|
1 | 1 | # Changelog
|
2 | 2 |
|
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 |
4 | 6 |
|
| 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) |
5 | 10 |
|
6 | 11 | ### 🐛 Bug Fixes
|
7 | 12 |
|
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)) |
9 | 14 |
|
10 | 15 | # [0.6.0](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.5.0...v0.6.0) (2021-04-26)
|
11 | 16 |
|
12 |
| - |
13 | 17 | ### ✨ Features
|
14 | 18 |
|
15 |
| -* 添加 dependency 注入支持 ([bef3ff6](https://github.com/arvinxx/umi-plugin-extensions/commit/bef3ff6)) |
| 19 | +- 添加 dependency 注入支持 ([bef3ff6](https://github.com/arvinxx/umi-plugin-extensions/commit/bef3ff6)) |
16 | 20 |
|
17 | 21 | # [0.6.0-beta.1](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.5.0...v0.6.0-beta.1) (2021-04-25)
|
18 | 22 |
|
19 |
| - |
20 | 23 | ### ✨ Features
|
21 | 24 |
|
22 |
| -* 添加 dependency 注入支持 ([bef3ff6](https://github.com/arvinxx/umi-plugin-extensions/commit/bef3ff6)) |
| 25 | +- 添加 dependency 注入支持 ([bef3ff6](https://github.com/arvinxx/umi-plugin-extensions/commit/bef3ff6)) |
23 | 26 |
|
24 | 27 | # [0.5.0](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.4.1...v0.5.0) (2021-04-16)
|
25 | 28 |
|
26 |
| - |
27 | 29 | ### ✨ Features
|
28 | 30 |
|
29 |
| -* **杂项**: 添加 extends 字段 ([caf65d8](https://github.com/arvinxx/umi-plugin-extensions/commit/caf65d8)) |
| 31 | +- **杂项**: 添加 extends 字段 ([caf65d8](https://github.com/arvinxx/umi-plugin-extensions/commit/caf65d8)) |
30 | 32 |
|
31 | 33 | ## [0.4.1](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.4.0...v0.4.1) (2021-04-04)
|
32 | 34 |
|
33 |
| - |
34 | 35 | ### 🐛 Bug Fixes
|
35 | 36 |
|
36 |
| -* **杂项**: 修正丢失 got 依赖的问题 ([fc2ee88](https://github.com/arvinxx/umi-plugin-extensions/commit/fc2ee88)) |
| 37 | +- **杂项**: 修正丢失 got 依赖的问题 ([fc2ee88](https://github.com/arvinxx/umi-plugin-extensions/commit/fc2ee88)) |
37 | 38 |
|
38 | 39 | # umi-plugin-extensions 更新日志
|
39 | 40 |
|
40 | 41 | # [0.4.0](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.6...v0.4.0) (2021-02-14)
|
41 | 42 |
|
42 |
| - |
43 | 43 | ### ✨ Features
|
44 | 44 |
|
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) |
46 | 46 |
|
47 | 47 | ## [0.3.6](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.5...v0.3.6) (2021-01-24)
|
48 | 48 |
|
49 |
| - |
50 | 49 | ### 🐛 Bug Fixes | 修复
|
51 | 50 |
|
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)) |
53 | 52 |
|
54 | 53 | ## [0.3.5](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.4...v0.3.5) (2021-01-23)
|
55 | 54 |
|
56 |
| - |
57 | 55 | ### 🐛 Bug Fixes | 修复
|
58 | 56 |
|
59 |
| -* **(杂项)**: 修正安装模块问题 ([1c9072e](https://github.com/arvinxx/umi-plugin-extensions/commit/1c9072e)) |
| 57 | +- **(杂项)**: 修正安装模块问题 ([1c9072e](https://github.com/arvinxx/umi-plugin-extensions/commit/1c9072e)) |
60 | 58 |
|
61 | 59 | ## [0.3.4](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.3...v0.3.4) (2021-01-23)
|
62 | 60 |
|
63 |
| - |
64 | 61 | ### 🐛 Bug Fixes | 修复
|
65 | 62 |
|
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) |
67 | 64 |
|
68 | 65 | ## [0.3.3](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.2...v0.3.3) (2021-01-22)
|
69 | 66 |
|
70 |
| - |
71 | 67 | ### 🐛 Bug Fixes | 修复
|
72 | 68 |
|
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)) |
74 | 70 |
|
75 | 71 | ## [0.3.2](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.1...v0.3.2) (2021-01-21)
|
76 | 72 |
|
|
0 commit comments