Skip to content

Commit

Permalink
chore(release): 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
agileago committed Feb 25, 2022
1 parent e601189 commit 9b01358
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.2.7](https://github.com/agileago/vue3-oop/compare/v0.2.5...v0.2.7) (2022-02-25)


### Features

* 增加getCurrentInjector,在外部服务中获取注射器 ([e601189](https://github.com/agileago/vue3-oop/commit/e60118962c205c484fdfe3625892b2cff9d60eb3))
* 更新版本以及类型 ([c00d67c](https://github.com/agileago/vue3-oop/commit/c00d67c23d7c8efefefe95283fcd6afdb7c7d743))

# Changelog

### [0.2.5](https://github.com/agileago/vue3-oop/compare/v0.2.3...v0.2.5) (2022-01-21)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-oop",
"version": "0.2.5",
"version": "0.2.7",
"main": "dist/vue3-oop.cjs.js",
"module": "dist/vue3-oop.es.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 9b01358

Please sign in to comment.