diff --git a/CHANGELOG.md b/CHANGELOG.md index df3b83e..70f1fad 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 1037163..288fc66 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 26bc0f1..dfa6ce2 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",