Skip to content

Commit 59fa9f9

Browse files
committed
chore(release): 0.9.4
1 parent 816f953 commit 59fa9f9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
### [0.9.4](https://github.com/samrum/create-vite-plugin-web-extension/compare/v0.9.3...v0.9.4) (2022-02-13)
6+
7+
### Features
8+
9+
- add alt text to all template img elements ([#8](https://github.com/samrum/create-vite-plugin-web-extension/issues/8)) ([d7b13f5](https://github.com/samrum/create-vite-plugin-web-extension/commit/d7b13f53b775f6e980731e5ad9b7d07807577104))
10+
- enable dev/HMR for react template content scripts ([#9](https://github.com/samrum/create-vite-plugin-web-extension/issues/9)) ([816f953](https://github.com/samrum/create-vite-plugin-web-extension/commit/816f953c334ad204debf158d3a5502e304746012))
11+
512
### [0.9.3](https://github.com/samrum/create-vite-plugin-web-extension/compare/v0.9.2...v0.9.3) (2022-02-06)
613

714
### 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": "0.9.3",
3+
"version": "0.9.4",
44
"description": "",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)