Skip to content

Commit 3495ba7

Browse files
🔖 chore(release): v1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2023-01-17) ### 🐛 Bug Fixes * fix misspelled manifest entry ([17c2ce0](17c2ce0)) * fix misspelled manifest entry and consolidate types ([447a18d](447a18d)) * revert types/index.d.ts ([a7d5a7c](a7d5a7c))
1 parent 8490d7c commit 3495ba7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/arvinxx/umi-plugin-extensions/compare/v1.0.0...v1.0.1) (2023-01-17)
4+
5+
### 🐛 Bug Fixes
6+
7+
- fix misspelled manifest entry ([17c2ce0](https://github.com/arvinxx/umi-plugin-extensions/commit/17c2ce0))
8+
- fix misspelled manifest entry and consolidate types ([447a18d](https://github.com/arvinxx/umi-plugin-extensions/commit/447a18d))
9+
- revert types/index.d.ts ([a7d5a7c](https://github.com/arvinxx/umi-plugin-extensions/commit/a7d5a7c))
10+
311
# [1.0.0](https://github.com/arvinxx/umi-plugin-extensions/compare/v0.6.2...v1.0.0) (2022-11-27)
412

513
### ✨ 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": "1.0.0",
3+
"version": "1.0.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)