chore(release): 0.2.11

This commit is contained in:
Anthony Fu 2021-09-16 19:26:08 +08:00
parent b57cf3f2f0
commit 80e68ee96d
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.2.11](https://github.com/unjs/unplugin/compare/v0.2.10...v0.2.11) (2021-09-16)
### Bug Fixes
* revert sourcemp handling for webpack and improve tests ([b57cf3f](https://github.com/unjs/unplugin/commit/b57cf3f2f0119e889570b5bf724c255e1385035d))
### [0.2.10](https://github.com/unjs/unplugin/compare/v0.2.9...v0.2.10) (2021-09-16)

View File

@ -1,6 +1,6 @@
{
"name": "unplugin",
"version": "0.2.10",
"version": "0.2.11",
"description": "Unified plugin system for build tools",
"repository": "unjs/unplugin",
"license": "MIT",