diff --git a/CHANGELOG.md b/CHANGELOG.md index 350ff10..e132c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog + +## 0.4.2 (2024-07-10) + +### Changed + +- ⬆️ Upgrade all non-major dependencies [[f3f9aba](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/f3f9aba57cf45c5902d3897a1e906ab035040d7a)] +- ⬆️ Upgrade pnpm to v9 [[33fd8fb](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/33fd8fbe912ec0974c356f15d6eabbbc29fb8f4f)] +- ⬆️ Upgrade all non-major dependencies [[cda4888](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/cda488802631cd6f5fb8a41273fb0e9451b40fe6)] +- ⬆️ Upgrade all non-major dependencies [[5765673](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/57656732104426fd97b8eb4aa53da118fbe2d4dd)] +- 🔧 Renovate does not support rangeStrategy=update-lockfile [[f188cc6](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/f188cc616aa84432c938a7582947fabd0d95d7b0)] +- ⬆️ Upgrade all non-major dependencies [[7eb059a](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/7eb059a16c4aa4e376d995722d1f8fe7ef252774)] +- 🔧 Group non-major dependencies [[c747758](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/c7477582a33dcce173622ef16016c28bce8efe0c)] +- ⬆️ Upgrade pnpm to v8.14.3 [[a64e468](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/a64e46874589b82a2ad0f91fa7660a76a96dd56c)] +- 🔧 Configure renovate ([#3](https://github.com/kingyue737/vite-plugin-browserslist-useragent/issues/3)) [[c1f696d](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/c1f696d01edaeb8843bcd1db9f9038a7a6012adc)] + +### Miscellaneous + +- 📝 Update badge [[2837092](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/2837092c488e708ed2c556a1421597a2a83c744e)] + + ## 0.4.1 (2024-01-03) diff --git a/package.json b/package.json index bb8febb..a95b105 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-plugin-browserslist-useragent", "type": "module", - "version": "0.4.1", + "version": "0.4.2", "description": "A utility vite plugin to compile browserslist query to a RegExp to test browser useragent.", "author": "Yue JIN ", "packageManager": "pnpm@9.5.0",