From 5c4d1cf3ba42fbc8cb53c8def176b2bcf56bf2af Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 6 Aug 2024 16:34:58 +0200 Subject: [PATCH] chore: Prepare 2.2.1 Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df3b83ed..70f1fadc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v2.2.1](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v2.2.1) +### Fixed +* fix: Adjust import of `rollup-plugin-esbuild-minify` [\#279](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/279) \([susnux](https://github.com/susnux)\) + ## [v2.2.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v2.2.0) ### Added * feat(EmptyJSDirPlugin): Allow to specify other directories to clear [\#240](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/240) \([susnux](https://github.com/susnux)\) diff --git a/package-lock.json b/package-lock.json index 1037163b..288fc663 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vite-config", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/vite-config", - "version": "2.2.0", + "version": "2.2.1", "license": "AGPL-3.0-or-later", "dependencies": { "@rollup/plugin-replace": "^5.0.7", diff --git a/package.json b/package.json index 26bc0f19..dfa6ce29 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "homepage": "https://github.com/nextcloud/nextcloud-vite-config", "license": "AGPL-3.0-or-later", - "version": "2.2.0", + "version": "2.2.1", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",