Skip to content

Commit

Permalink
🔖 chore(release): v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.6.2...v1.0.0) (2022-11-27)

### ✨ Features

* Manifest V3 版 background 和 schema 适配 ([4d8575f](4d8575f))
* 完整支持 umi4 ([e17b11c](e17b11c))
* 支持继承应用配置的 mpa config ([95d389f](95d389f))
* 解决开发时 CSP 问题 ([08175d6](08175d6))

### 🎫 Chores

* 移除依赖注入的功能 ([6df8d1c](6df8d1c))

### 🐛 Bug Fixes

* 修正安装后找不到 webpack 依赖的问题 ([68c1dba](68c1dba))

### 💥 BREAKING CHANGES

* 不再支持 umi3的写法
* 由于 Manifest V3 不再支持动态化注入脚本的能力,因此移除相关模块功能
  • Loading branch information
semantic-release-bot committed Nov 27, 2022
1 parent 26bb4d9 commit d1be283
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

# [1.0.0](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.6.2...v1.0.0) (2022-11-27)

### ✨ Features

- Manifest V3 版 background 和 schema 适配 ([4d8575f](https://github.com/arvinxx/umi-plugin-extensions/commit/4d8575f))
- 完整支持 umi4 ([e17b11c](https://github.com/arvinxx/umi-plugin-extensions/commit/e17b11c))
- 支持继承应用配置的 mpa config ([95d389f](https://github.com/arvinxx/umi-plugin-extensions/commit/95d389f))
- 解决开发时 CSP 问题 ([08175d6](https://github.com/arvinxx/umi-plugin-extensions/commit/08175d6))

### 🎫 Chores

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

### 🐛 Bug Fixes

- 修正安装后找不到 webpack 依赖的问题 ([68c1dba](https://github.com/arvinxx/umi-plugin-extensions/commit/68c1dba))

### 💥 BREAKING CHANGES

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

# [1.0.0-beta.3](https://github.com/arvinxx/umi-plugin-extensions/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-11-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": "1.0.0-beta.3",
"version": "1.0.0",
"description": "a umi plugin to build chrome extensions",
"homepage": "https://github.com/arvinxx/umi-plugin-extensions#readme",
"repository": {
Expand Down

1 comment on commit d1be283

@vercel
Copy link

@vercel vercel bot commented on d1be283 Nov 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.