Skip to content

Commit 402c034

Browse files
committed
chore(release): 3.0.0
1 parent 49330cd commit 402c034

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## [3.0.0](https://github.com/samrum/vite-plugin-web-extension/compare/v2.2.1...v3.0.0) (2023-01-03)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- dynamic imports in content scripts are broken (#71)
10+
11+
### Features
12+
13+
- don't create loader for web accessible scripts with no imports ([#72](https://github.com/samrum/vite-plugin-web-extension/issues/72)) ([8acfaec](https://github.com/samrum/vite-plugin-web-extension/commit/8acfaecdf653a491938d361dfe07d3da5ac6bb94))
14+
- Vite 4 support ([#70](https://github.com/samrum/vite-plugin-web-extension/issues/70)) ([49330cd](https://github.com/samrum/vite-plugin-web-extension/commit/49330cd89e3f96bb00bbd5a902cc6ff04eeee260))
15+
16+
### Bug Fixes
17+
18+
- dynamic imports in content scripts are broken ([#71](https://github.com/samrum/vite-plugin-web-extension/issues/71)) ([fe888e4](https://github.com/samrum/vite-plugin-web-extension/commit/fe888e4c72178ef09121ce864d2fc5124188f62d))
19+
- web accessible scripts with no loader have incorrect filename ([#73](https://github.com/samrum/vite-plugin-web-extension/issues/73)) ([5d04de4](https://github.com/samrum/vite-plugin-web-extension/commit/5d04de45d8603a1a9efc020a780f6373a17ea50e))
20+
521
### [2.2.1](https://github.com/samrum/vite-plugin-web-extension/compare/v2.2.0...v2.2.1) (2023-01-02)
622

723
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@samrum/vite-plugin-web-extension",
3-
"version": "2.2.1",
3+
"version": "3.0.0",
44
"description": "A vite plugin for generating cross browser platform, ES module based web extensions",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)