Skip to content

Commit

Permalink
🔖 Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Dec 3, 2024
1 parent 3768125 commit 1d03737
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

<a name="0.5.0"></a>
## 0.5.0 (2024-12-03)

### Changed

- 🎨 Remove unused config from prettier [[9052ebb](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/9052ebb84877a47e1c6cb90c0356846d03644dc7)]
- ⬆️ Up sub deps [[003fe32](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/003fe32dd75916adcfb282d90226968ee865cbef)]
- ⬆️ Upgrade all non-major dependencies [[94b2d51](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/94b2d517ba51c0296dc78a2a168186ef5e36f217)]
- ⬆️ Upgrade dependency vite to v6 [[528085e](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/528085ed1c172a9d91eeedf80d1a33ee690543eb)]

### Fixed

- 🐛 Types entry in package.json should come after default [[3768125](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/3768125c6abaf6329faa3537fca98ca21a176323)]


<a name="0.4.2"></a>
## 0.4.2 (2024-07-10)

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.2",
"version": "0.5.0",
"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 1d03737

Please sign in to comment.