Skip to content

Commit d3808f8

Browse files
committed
chore(release): 0.2.1
1 parent 0e4a1cf commit d3808f8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
### [0.2.1](https://github.com/sxzz/unplugin-vue/compare/v0.2.0...v0.2.1) (2022-01-21)
6+
7+
8+
### Features
9+
10+
* add webpack example ([3de64a5](https://github.com/sxzz/unplugin-vue/commit/3de64a54310fb2340867608dd5dd3c80f38ea1ea))
11+
12+
13+
### Bug Fixes
14+
15+
* esbuild sourcemap ([319a600](https://github.com/sxzz/unplugin-vue/commit/319a60068731142a1f1171eecd4654c55d12cdfc))
16+
517
## [0.2.0](https://github.com/sxzz/unplugin-vue/compare/v0.1.7...v0.2.0) (2022-01-19)
618

719
### [0.1.7](https://github.com/sxzz/unplugin-vue/compare/v0.1.6...v0.1.7) (2022-01-19)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-vue",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Transform Vue 3 SFC to JavaScript.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)