Skip to content

Commit 889f4f5

Browse files
committed
chore(release): 2.1.0
1 parent 54f1103 commit 889f4f5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
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+
## [2.1.0](https://github.com/samrum/create-vite-plugin-web-extension/compare/v2.0.1...v2.1.0) (2023-12-12)
6+
7+
### Features
8+
9+
- solid templates ([#42](https://github.com/samrum/create-vite-plugin-web-extension/issues/42)) ([63c46b3](https://github.com/samrum/create-vite-plugin-web-extension/commit/63c46b3b0efdab0076a6cf6a323c8a55202a808c))
10+
- vite 5 support, bump all dependencies ([#43](https://github.com/samrum/create-vite-plugin-web-extension/issues/43)) ([54f1103](https://github.com/samrum/create-vite-plugin-web-extension/commit/54f1103415df23f189d84a618d6ef0edfc923cd8))
11+
512
### [2.0.1](https://github.com/samrum/create-vite-plugin-web-extension/compare/v2.0.0...v2.0.1) (2023-06-09)
613

714
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@samrum/create-vite-plugin-web-extension",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
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)