Skip to content

Commit 60298cd

Browse files
committed
chore(release): 0.0.4
1 parent 22d2c31 commit 60298cd

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.0.4](https://github.com/agileago/vue3-oop/compare/v0.0.3...v0.0.4) (2021-12-04)
6+
7+
8+
### Features
9+
10+
* 增加app获取 ([22d2c31](https://github.com/agileago/vue3-oop/commit/22d2c31e5a1e3fc87c8a8d8627933dff3512e50d))
11+
12+
13+
### Bug Fixes
14+
15+
* **模块一:** 更改readme ([94cb61c](https://github.com/agileago/vue3-oop/commit/94cb61c685f1b567f407104a9c6921cbf151b897))
16+
517
### [0.0.3](https://github.com/agileago/vue3-oop/compare/v0.0.2...v0.0.3) (2021-11-09)
618

719

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.0.3",
3+
"version": "0.0.4",
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)