Skip to content

Commit e7438bb

Browse files
committed
chore(release): 0.9.3
1 parent ebf0f06 commit e7438bb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.3](https://github.com/samrum/create-vite-plugin-web-extension/compare/v0.9.2...v0.9.3) (2022-02-06)
6+
7+
### Features
8+
9+
- add aliases to tsconfig, add jsconfig ([#3](https://github.com/samrum/create-vite-plugin-web-extension/issues/3)) ([fe69e0b](https://github.com/samrum/create-vite-plugin-web-extension/commit/fe69e0bb61c54fd8046bc8a03b832f51d7ccae06))
10+
- add preact and preact-ts templates ([#5](https://github.com/samrum/create-vite-plugin-web-extension/issues/5)) ([45970a8](https://github.com/samrum/create-vite-plugin-web-extension/commit/45970a87f381c3fa62548a8a6a354546000d9a26))
11+
- add react and react-ts templates ([#4](https://github.com/samrum/create-vite-plugin-web-extension/issues/4)) ([1e52169](https://github.com/samrum/create-vite-plugin-web-extension/commit/1e5216956740adba4f8d6568224f4761ac1c3168))
12+
- support snapshots for all templates ([#2](https://github.com/samrum/create-vite-plugin-web-extension/issues/2)) ([648348b](https://github.com/samrum/create-vite-plugin-web-extension/commit/648348b56122cdcd02d79a8da114735654dce86b))
13+
514
### [0.9.2](https://github.com/samrum/create-vite-plugin-web-extension/compare/v0.9.1...v0.9.2) (2022-01-25)
615

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

0 commit comments

Comments
 (0)