Skip to content

Commit ba2a710

Browse files
committed
chore(release): 2.0.0
1 parent 2a1364b commit ba2a710

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.0.0](https://github.com/samrum/create-vite-plugin-web-extension/compare/v1.1.4...v2.0.0) (2023-06-05)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- deprecate node 14, minimum version is now node 16 (#34)
10+
11+
- deprecate node 14, minimum version is now node 16 ([#34](https://github.com/samrum/create-vite-plugin-web-extension/issues/34)) ([4054c34](https://github.com/samrum/create-vite-plugin-web-extension/commit/4054c34421112c56b1569a1cfeacf9f2d08d7669))
12+
513
### [1.1.4](https://github.com/samrum/create-vite-plugin-web-extension/compare/v1.1.3...v1.1.4) (2023-04-24)
614

715
### [1.1.3](https://github.com/samrum/create-vite-plugin-web-extension/compare/v1.1.2...v1.1.3) (2023-04-10)

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.1.4",
3+
"version": "2.0.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)