Skip to content

Commit

Permalink
🔖 Release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Jul 10, 2024
1 parent 2837092 commit 49c7b51
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

<a name="0.4.2"></a>
## 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&#x3D;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)]


<a name="0.4.1"></a>
## 0.4.1 (2024-01-03)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"packageManager": "[email protected]",
Expand Down

0 comments on commit 49c7b51

Please sign in to comment.