Skip to content

Commit

Permalink
chore: Prepare v1.2.4 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Jun 8, 2024
1 parent 6243e7e commit a246907
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

## [v1.2.3]
## [v1.2.4](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.2.4) (2024-06-08)
### Changed
* chore(deps): Bump rollup-plugin-node-externals from 7.1.1 to 7.1.2
* chore(deps): Bump vite-plugin-dts from 3.8.3 to 3.9.0
* chore(deps): Bump vite-plugin-css-injected-by-js from 3.5.0 to 3.5.1
* chore(deps): Bump vite-plugin-dts from 3.9.0 to 3.9.1
* chore(deps): Bump @rollup/plugin-replace from 5.0.5 to 5.0.7
* chore(deps): Bump vite-plugin-node-polyfills from 0.21.0 to 0.22.0

## [v1.2.3](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.2.3) (2024-04-22)
### :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)\)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"homepage": "https://github.com/nextcloud/nextcloud-vite-config",
"license": "AGPL-3.0-or-later",
"version": "1.2.3",
"version": "1.2.4",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit a246907

Please sign in to comment.