From d1be283ef5709006005a27438effb3a00072ce84 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 27 Nov 2022 14:14:29 +0000 Subject: [PATCH] :bookmark: chore(release): v1.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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 不再支持动态化注入脚本的能力,因此移除相关模块功能 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e54f6..c904a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 88043bf..12d4212 100644 --- a/package.json +++ b/package.json @@ -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": {