Skip to content

Commit c1f0844

Browse files
committed
chore(release): 1.0.1
1 parent 5d75bc0 commit c1f0844

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.1](https://github.com/samrum/create-vite-plugin-web-extension/compare/v1.0.0...v1.0.1) (2022-05-15)
6+
7+
### Bug Fixes
8+
9+
- manifest type issues, react issues ([#14](https://github.com/samrum/create-vite-plugin-web-extension/issues/14)) ([5d75bc0](https://github.com/samrum/create-vite-plugin-web-extension/commit/5d75bc0b8754d43b2655116bca190ca76c0a1798))
10+
511
## [1.0.0](https://github.com/samrum/create-vite-plugin-web-extension/compare/v0.9.6...v1.0.0) (2022-04-08)
612

713
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@samrum/create-vite-plugin-web-extension",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An easy way to start a Vite Web Extension project using @samrum/vite-plugin-web-extension",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)