Skip to content

Commit

Permalink
🔖 chore(release): v1.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [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 不再支持动态化注入脚本的能力,因此移除相关模块功能
  • Loading branch information
semantic-release-bot committed Nov 27, 2022
1 parent 20f7018 commit 2ac72da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

# [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)

### ✨ Features

- 完整支持 umi4 ([e17b11c](https://github.com/arvinxx/umi-plugin-extensions/commit/e17b11c))

### 🎫 Chores

- 移除依赖注入的功能 ([6df8d1c](https://github.com/arvinxx/umi-plugin-extensions/commit/6df8d1c))

### 💥 BREAKING CHANGES

- 不再支持 umi3 的写法
- 由于 Manifest V3 不再支持动态化注入脚本的能力,因此移除相关模块功能

# [0.7.0-beta.1](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.6.2...v0.7.0-beta.1) (2022-08-27)

### ✨ Features
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": "umi-plugin-extensions",
"version": "0.7.0-beta.1",
"version": "1.0.0-beta.1",
"description": "a umi plugin to build chrome extensions",
"homepage": "https://github.com/arvinxx/umi-plugin-extensions#readme",
"repository": {
Expand Down

0 comments on commit 2ac72da

Please sign in to comment.