diff --git a/CHANGELOG.md b/CHANGELOG.md index 7848f29b..e3521fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v1.2.3] +### :bug: Fixed bugs +* fix(tests): `ssrBuild` was renamed to `isSsrBuild` [\#168](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/168) \([susnux](https://github.com/susnux)\) +* fix(base): Correctly pass minify configuration to vite [\#169](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/169) \([susnux](https://github.com/susnux)\) + +### Changed +* chore(deps): Bump vite-plugin-node-polyfills to 0.21.0 +* chore(deps): Bump rollup-plugin-license to 3.3.1 +* chore(deps): Bump rollup-plugin-node-externals to 7.1.1 +* chore(deps): Bump magic-string to 0.30.10 +* chore(deps): Bump vite-plugin-dts to 3.8.3 +* chore(deps): Bump vite-plugin-css-injected-by-js to 3.5.0 +* chore(deps): Update `rollup-plugin-corejs` to v1 + ## [v1.2.2](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.2.2) (2024-02-06) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vite-config/compare/v1.2.1...v1.2.2) diff --git a/package-lock.json b/package-lock.json index e25444eb..696af7c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vite-config", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/vite-config", - "version": "1.2.2", + "version": "1.2.3", "license": "AGPL-3.0-or-later", "dependencies": { "@rollup/plugin-replace": "^5.0.5", diff --git a/package.json b/package.json index 7f4923eb..78ef4c20 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": "1.2.2", + "version": "1.2.3", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",