From db1d6b46bc8847041ad353f1fdfdf56326a82e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fklaus?= Date: Fri, 3 May 2024 10:37:24 +0200 Subject: [PATCH] chore(release): 0.2.3 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc32e3..ae2e0ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.3](https://github.com/miyagi-dev/twig-drupal/compare/v0.2.2...v0.2.3) (2024-05-03) + + +### Bug Fixes + +* allow enabling twig cache (for production builds) ([8242fe7](https://github.com/miyagi-dev/twig-drupal/commit/8242fe776e9cd5089837f437264ed4b20f95c420)) + ### 0.2.2 (2022-09-21) diff --git a/package-lock.json b/package-lock.json index 67a5cf4..57de4ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@miyagi/twig-drupal", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@miyagi/twig-drupal", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "dependencies": { "twig": "^1.17.1", diff --git a/package.json b/package.json index 78e50e9..7c93467 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@miyagi/twig-drupal", - "version": "0.2.2", + "version": "0.2.3", "description": "Adds twig and Drupal functionality to @miyagi/core", "main": "index.js", "author": "Michael Großklaus (https://www.mgrossklaus.de)",