Skip to content

Commit 6703b62

Browse files
committed
chore(release): 0.2.0
1 parent 455739a commit 6703b62

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.0](https://github.com/agileago/vue3-oop/compare/v0.1.3...v0.2.0) (2021-12-19)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Ref因与vue的Ref重名,故改名为Track
11+
12+
### Features
13+
14+
* Ref重命名Track ([455739a](https://github.com/agileago/vue3-oop/commit/455739a4127a53b9c7bfc74f89260ebc9fa3405c))
15+
516
### [0.1.3](https://github.com/agileago/vue3-oop/compare/v0.1.2...v0.1.3) (2021-12-17)
617

718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-oop",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"main": "dist/vue3-oop.cjs.js",
55
"module": "dist/vue3-oop.es.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)