Skip to content

Commit 0699575

Browse files
🔖 chore(release): v0.6.2 [skip ci]
## [0.6.2](v0.6.1...v0.6.2) (2022-08-13) ### 🐛 Bug Fixes * 修正 pnpm 下 找不到 hot-load 脚本的问题 ([70e5234](70e5234))
1 parent 3ced2e1 commit 0699575

File tree

2 files changed

+17
-21
lines changed

2 files changed

+17
-21
lines changed

CHANGELOG.md

+16-20
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,72 @@
11
# Changelog
22

3-
## [0.6.1](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.6.0...v0.6.1) (2021-10-15)
3+
## [0.6.2](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.6.1...v0.6.2) (2022-08-13)
4+
5+
### 🐛 Bug Fixes
46

7+
- 修正 pnpm 下 找不到 hot-load 脚本的问题 ([70e5234](https://github.com/arvinxx/umi-plugin-extensions/commit/70e5234))
8+
9+
## [0.6.1](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.6.0...v0.6.1) (2021-10-15)
510

611
### 🐛 Bug Fixes
712

8-
* 修正版本号无法大于 10 的bug ([b4e9cd4](https://github.com/arvinxx/umi-plugin-extensions/commit/b4e9cd4))
13+
- 修正版本号无法大于 10 的 bug ([b4e9cd4](https://github.com/arvinxx/umi-plugin-extensions/commit/b4e9cd4))
914

1015
# [0.6.0](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.5.0...v0.6.0) (2021-04-26)
1116

12-
1317
### ✨ Features
1418

15-
* 添加 dependency 注入支持 ([bef3ff6](https://github.com/arvinxx/umi-plugin-extensions/commit/bef3ff6))
19+
- 添加 dependency 注入支持 ([bef3ff6](https://github.com/arvinxx/umi-plugin-extensions/commit/bef3ff6))
1620

1721
# [0.6.0-beta.1](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.5.0...v0.6.0-beta.1) (2021-04-25)
1822

19-
2023
### ✨ Features
2124

22-
* 添加 dependency 注入支持 ([bef3ff6](https://github.com/arvinxx/umi-plugin-extensions/commit/bef3ff6))
25+
- 添加 dependency 注入支持 ([bef3ff6](https://github.com/arvinxx/umi-plugin-extensions/commit/bef3ff6))
2326

2427
# [0.5.0](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.4.1...v0.5.0) (2021-04-16)
2528

26-
2729
### ✨ Features
2830

29-
* **杂项**: 添加 extends 字段 ([caf65d8](https://github.com/arvinxx/umi-plugin-extensions/commit/caf65d8))
31+
- **杂项**: 添加 extends 字段 ([caf65d8](https://github.com/arvinxx/umi-plugin-extensions/commit/caf65d8))
3032

3133
## [0.4.1](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.4.0...v0.4.1) (2021-04-04)
3234

33-
3435
### 🐛 Bug Fixes
3536

36-
* **杂项**: 修正丢失 got 依赖的问题 ([fc2ee88](https://github.com/arvinxx/umi-plugin-extensions/commit/fc2ee88))
37+
- **杂项**: 修正丢失 got 依赖的问题 ([fc2ee88](https://github.com/arvinxx/umi-plugin-extensions/commit/fc2ee88))
3738

3839
# umi-plugin-extensions 更新日志
3940

4041
# [0.4.0](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.6...v0.4.0) (2021-02-14)
4142

42-
4343
### ✨ Features
4444

45-
* **杂项**: 处理版本结构 ([97a858c](https://github.com/arvinxx/umi-plugin-extensions/commit/97a858c)), closes [#50](https://github.com/arvinxx/umi-plugin-extensions/issues/50) [#50](https://github.com/arvinxx/umi-plugin-extensions/issues/50)
45+
- **杂项**: 处理版本结构 ([97a858c](https://github.com/arvinxx/umi-plugin-extensions/commit/97a858c)), closes [#50](https://github.com/arvinxx/umi-plugin-extensions/issues/50) [#50](https://github.com/arvinxx/umi-plugin-extensions/issues/50)
4646

4747
## [0.3.6](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.5...v0.3.6) (2021-01-24)
4848

49-
5049
### 🐛 Bug Fixes | 修复
5150

52-
* **(options)**: 优化 options url ([259d83e](https://github.com/arvinxx/umi-plugin-extensions/commit/259d83e))
51+
- **(options)**: 优化 options url ([259d83e](https://github.com/arvinxx/umi-plugin-extensions/commit/259d83e))
5352

5453
## [0.3.5](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.4...v0.3.5) (2021-01-23)
5554

56-
5755
### 🐛 Bug Fixes | 修复
5856

59-
* **(杂项)**: 修正安装模块问题 ([1c9072e](https://github.com/arvinxx/umi-plugin-extensions/commit/1c9072e))
57+
- **(杂项)**: 修正安装模块问题 ([1c9072e](https://github.com/arvinxx/umi-plugin-extensions/commit/1c9072e))
6058

6159
## [0.3.4](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.3...v0.3.4) (2021-01-23)
6260

63-
6461
### 🐛 Bug Fixes | 修复
6562

66-
* **(schema)**: 修正 config schema 验证器的问题 ([889d0a5](https://github.com/arvinxx/umi-plugin-extensions/commit/889d0a5)), closes [#18](https://github.com/arvinxx/umi-plugin-extensions/issues/18)
63+
- **(schema)**: 修正 config schema 验证器的问题 ([889d0a5](https://github.com/arvinxx/umi-plugin-extensions/commit/889d0a5)), closes [#18](https://github.com/arvinxx/umi-plugin-extensions/issues/18)
6764

6865
## [0.3.3](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.2...v0.3.3) (2021-01-22)
6966

70-
7167
### 🐛 Bug Fixes | 修复
7268

73-
* **(ci)**: 修复 release 没构建的问题 ([fa78531](https://github.com/arvinxx/umi-plugin-extensions/commit/fa78531))
69+
- **(ci)**: 修复 release 没构建的问题 ([fa78531](https://github.com/arvinxx/umi-plugin-extensions/commit/fa78531))
7470

7571
## [0.3.2](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.1...v0.3.2) (2021-01-21)
7672

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.1",
3+
"version": "0.6.2",
44
"main": "lib/index.js",
55
"description": "a umi plugin to build chrome extensions",
66
"authors": {

0 commit comments

Comments
 (0)