Skip to content

Commit

Permalink
🔖 Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Oct 22, 2022
1 parent 17b2b6f commit 6d3d406
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

<a name="0.2.0"></a>
## 0.2.0 (2022-10-22)

### Changed

- ⬆️ Upgrade browserslist-useragent-regexp [[83db639](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/83db6396bea05c4a3d30b1efb70c25f559c869ec)]

### Miscellaneous

- 💥 Drop support for CJS because of browserslist/browserslist-useragent-regexp[#1450](https://github.com/kingyue737/vite-plugin-browserslist-useragent/issues/1450) [[17b2b6f](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/17b2b6f45d8de6189e0e40a647e8581961ddbc7f)]
- 📝 Update examples according to breaking change [[fba6eb0](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/fba6eb04c68d9a5cb72fe8c0158abdab3e9923be)]
- 📝 Update JS APIs [[d84ab5c](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/d84ab5c63364f7f12864d284a8903d10aaf3bad9)]
- 💥 Update virtual module apis to align with upstream [[2d44b6f](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/2d44b6fa5e664e031d591b661254eb2b0bfb4e70)]
- 📝 Add overrides guide [[e98eb98](https://github.com/kingyue737/vite-plugin-browserslist-useragent/commit/e98eb984eaa11acc6a1793c4d36e1e81a73df9e9)]


<a name="0.1.0"></a>
## 0.1.0 (2022-09-04)

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.1.0",
"version": "0.2.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 6d3d406

Please sign in to comment.