Skip to content

Commit 2ac72da

Browse files
🔖 chore(release): v1.0.0-beta.1 [skip ci]
# [1.0.0-beta.1](v0.7.0-beta.1...v1.0.0-beta.1) (2022-11-27) ### ✨ Features * 完整支持 umi4 ([e17b11c](e17b11c)) ### 🎫 Chores * 移除依赖注入的功能 ([6df8d1c](6df8d1c)) ### 💥 BREAKING CHANGES * 不再支持 umi3的写法 * 由于 Manifest V3 不再支持动态化注入脚本的能力,因此移除相关模块功能
1 parent 20f7018 commit 2ac72da

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
# [1.0.0-beta.1](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.7.0-beta.1...v1.0.0-beta.1) (2022-11-27)
4+
5+
### ✨ Features
6+
7+
- 完整支持 umi4 ([e17b11c](https://github.com/arvinxx/umi-plugin-extensions/commit/e17b11c))
8+
9+
### 🎫 Chores
10+
11+
- 移除依赖注入的功能 ([6df8d1c](https://github.com/arvinxx/umi-plugin-extensions/commit/6df8d1c))
12+
13+
### 💥 BREAKING CHANGES
14+
15+
- 不再支持 umi3 的写法
16+
- 由于 Manifest V3 不再支持动态化注入脚本的能力,因此移除相关模块功能
17+
318
# [0.7.0-beta.1](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.6.2...v0.7.0-beta.1) (2022-08-27)
419

520
### ✨ Features

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.7.0-beta.1",
3+
"version": "1.0.0-beta.1",
44
"description": "a umi plugin to build chrome extensions",
55
"homepage": "https://github.com/arvinxx/umi-plugin-extensions#readme",
66
"repository": {

0 commit comments

Comments
 (0)