Skip to content

Commit 4db4d27

Browse files
committed
chore(release): 1.0.0
1 parent ff90fce commit 4db4d27

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
## [1.0.0](https://github.com/sxzz/unplugin-vue/compare/v0.2.2...v1.0.0) (2022-03-01)
6+
7+
8+
### Features
9+
10+
* support node 12 ([aff7c06](https://github.com/sxzz/unplugin-vue/commit/aff7c06b6a2fd9ae76df7cc9711e10be1e971b5a))
11+
12+
13+
### Bug Fixes
14+
15+
* adjust vue template sourcemap ([1fcee44](https://github.com/sxzz/unplugin-vue/commit/1fcee443638748f55d98ee1cf24fee3ae5b275d0))
16+
* build ([194ef34](https://github.com/sxzz/unplugin-vue/commit/194ef34d22bceedc850098c13f9f8050040ec675))
17+
* make cssm code tree shakeable ([b2a273b](https://github.com/sxzz/unplugin-vue/commit/b2a273b37ce514b693eed2952746fc5b06ab72bc))
18+
* setup jsx script no hmr ([582dfdd](https://github.com/sxzz/unplugin-vue/commit/582dfdd2df157e603e92d1829ee3cd5401bdd8bf))
19+
520
### [0.2.2](https://github.com/sxzz/unplugin-vue/compare/v0.2.1...v0.2.2) (2022-01-21)
621

722

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.2",
3+
"version": "1.0.0",
44
"description": "Transform Vue 3 SFC to JavaScript.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)