Skip to content

Commit

Permalink
🔖 chore(release): v0.6.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.6.2](v0.6.1...v0.6.2) (2022-08-13)

### 🐛 Bug Fixes

* 修正 pnpm 下 找不到 hot-load 脚本的问题 ([70e5234](70e5234))
  • Loading branch information
semantic-release-bot committed Aug 13, 2022
1 parent 3ced2e1 commit 0699575
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 21 deletions.
36 changes: 16 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,76 +1,72 @@
# Changelog

## [0.6.1](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.6.0...v0.6.1) (2021-10-15)
## [0.6.2](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.6.1...v0.6.2) (2022-08-13)

### 🐛 Bug Fixes

- 修正 pnpm 下 找不到 hot-load 脚本的问题 ([70e5234](https://github.com/arvinxx/umi-plugin-extensions/commit/70e5234))

## [0.6.1](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.6.0...v0.6.1) (2021-10-15)

### 🐛 Bug Fixes

* 修正版本号无法大于 10 的bug ([b4e9cd4](https://github.com/arvinxx/umi-plugin-extensions/commit/b4e9cd4))
- 修正版本号无法大于 10 的 bug ([b4e9cd4](https://github.com/arvinxx/umi-plugin-extensions/commit/b4e9cd4))

# [0.6.0](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.5.0...v0.6.0) (2021-04-26)


### ✨ Features

* 添加 dependency 注入支持 ([bef3ff6](https://github.com/arvinxx/umi-plugin-extensions/commit/bef3ff6))
- 添加 dependency 注入支持 ([bef3ff6](https://github.com/arvinxx/umi-plugin-extensions/commit/bef3ff6))

# [0.6.0-beta.1](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.5.0...v0.6.0-beta.1) (2021-04-25)


### ✨ Features

* 添加 dependency 注入支持 ([bef3ff6](https://github.com/arvinxx/umi-plugin-extensions/commit/bef3ff6))
- 添加 dependency 注入支持 ([bef3ff6](https://github.com/arvinxx/umi-plugin-extensions/commit/bef3ff6))

# [0.5.0](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.4.1...v0.5.0) (2021-04-16)


### ✨ Features

* **杂项**: 添加 extends 字段 ([caf65d8](https://github.com/arvinxx/umi-plugin-extensions/commit/caf65d8))
- **杂项**: 添加 extends 字段 ([caf65d8](https://github.com/arvinxx/umi-plugin-extensions/commit/caf65d8))

## [0.4.1](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.4.0...v0.4.1) (2021-04-04)


### 🐛 Bug Fixes

* **杂项**: 修正丢失 got 依赖的问题 ([fc2ee88](https://github.com/arvinxx/umi-plugin-extensions/commit/fc2ee88))
- **杂项**: 修正丢失 got 依赖的问题 ([fc2ee88](https://github.com/arvinxx/umi-plugin-extensions/commit/fc2ee88))

# umi-plugin-extensions 更新日志

# [0.4.0](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.6...v0.4.0) (2021-02-14)


### ✨ Features

* **杂项**: 处理版本结构 ([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)
- **杂项**: 处理版本结构 ([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)

## [0.3.6](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.5...v0.3.6) (2021-01-24)


### 🐛 Bug Fixes | 修复

* **(options)**: 优化 options url ([259d83e](https://github.com/arvinxx/umi-plugin-extensions/commit/259d83e))
- **(options)**: 优化 options url ([259d83e](https://github.com/arvinxx/umi-plugin-extensions/commit/259d83e))

## [0.3.5](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.4...v0.3.5) (2021-01-23)


### 🐛 Bug Fixes | 修复

* **(杂项)**: 修正安装模块问题 ([1c9072e](https://github.com/arvinxx/umi-plugin-extensions/commit/1c9072e))
- **(杂项)**: 修正安装模块问题 ([1c9072e](https://github.com/arvinxx/umi-plugin-extensions/commit/1c9072e))

## [0.3.4](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.3...v0.3.4) (2021-01-23)


### 🐛 Bug Fixes | 修复

* **(schema)**: 修正 config schema 验证器的问题 ([889d0a5](https://github.com/arvinxx/umi-plugin-extensions/commit/889d0a5)), closes [#18](https://github.com/arvinxx/umi-plugin-extensions/issues/18)
- **(schema)**: 修正 config schema 验证器的问题 ([889d0a5](https://github.com/arvinxx/umi-plugin-extensions/commit/889d0a5)), closes [#18](https://github.com/arvinxx/umi-plugin-extensions/issues/18)

## [0.3.3](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.2...v0.3.3) (2021-01-22)


### 🐛 Bug Fixes | 修复

* **(ci)**: 修复 release 没构建的问题 ([fa78531](https://github.com/arvinxx/umi-plugin-extensions/commit/fa78531))
- **(ci)**: 修复 release 没构建的问题 ([fa78531](https://github.com/arvinxx/umi-plugin-extensions/commit/fa78531))

## [0.3.2](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.3.1...v0.3.2) (2021-01-21)

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.6.1",
"version": "0.6.2",
"main": "lib/index.js",
"description": "a umi plugin to build chrome extensions",
"authors": {
Expand Down

1 comment on commit 0699575

@vercel
Copy link

@vercel vercel bot commented on 0699575 Aug 13, 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.