Skip to content

Commit 16c8a33

Browse files
🔖 chore(release): v0.6.0 [skip ci]
# [0.6.0](v0.5.0...v0.6.0) (2021-04-26) ### ✨ Features * 添加 dependency 注入支持 ([bef3ff6](bef3ff6))
1 parent 122c9e0 commit 16c8a33

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# [0.6.0](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.5.0...v0.6.0) (2021-04-26)
4+
5+
6+
### ✨ Features
7+
8+
* 添加 dependency 注入支持 ([bef3ff6](https://github.com/arvinxx/umi-plugin-extensions/commit/bef3ff6))
9+
310
# [0.6.0-beta.1](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.5.0...v0.6.0-beta.1) (2021-04-25)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "umi-plugin-extensions",
3-
"version": "0.6.0-beta.1",
3+
"version": "0.6.0",
44
"main": "lib/index.js",
55
"description": "a umi plugin to build chrome extensions",
66
"authors": {

0 commit comments

Comments
 (0)