Skip to content

Commit c8a5497

Browse files
committed
chore(release): 0.0.15
1 parent 83f0ef3 commit c8a5497

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.15](https://github.com/agileago/vue3-oop/compare/v0.0.14...v0.0.15) (2021-12-12)
6+
7+
8+
### Features
9+
10+
* 初始化未在constructor声明的服务 ([83f0ef3](https://github.com/agileago/vue3-oop/commit/83f0ef3cbe1c209ab59fe7b1bc4b4e24f896ee2a))
11+
512
### [0.0.14](https://github.com/agileago/vue3-oop/compare/v0.0.12...v0.0.14) (2021-12-10)
613

714

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