From 1df32b6904c23677f78b190d86e0523457f16aff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 May 2024 14:51:14 +0000 Subject: [PATCH] chore: release --- .changeset/sour-humans-run.md | 6 ------ CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/sour-humans-run.md diff --git a/.changeset/sour-humans-run.md b/.changeset/sour-humans-run.md deleted file mode 100644 index 53c6e3a..0000000 --- a/.changeset/sour-humans-run.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"varnish-post": minor ---- - -It is now possible to enable logs, by setting `ENABLE_LOGS` to `true`, which is now the default value. -To disable them, just put any other value, like `false` for example. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd04cf..3143e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # varnish-post +## 2.2.0 + +### Minor Changes + +- d247546: It is now possible to enable logs, by setting `ENABLE_LOGS` to `true`, which is now the default value. + To disable them, just put any other value, like `false` for example. + ## 2.1.0 ### Minor Changes diff --git a/package.json b/package.json index b28b55f..5c24a25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "varnish-post", - "version": "2.1.0", + "version": "2.2.0", "description": "Custom Docker image for Varnish", "main": "index.js", "repository": "git@github.com:zazuko/varnish-post.git",