Skip to content

Commit 000d7f6

Browse files
committed
chore(release): 3.1.0
1 parent 9307b79 commit 000d7f6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.1.0](https://github.com/samrum/vite-plugin-web-extension/compare/v3.0.0...v3.1.0) (2023-02-05)
6+
7+
### Features
8+
9+
- content_scripts css property processing by Vite ([#77](https://github.com/samrum/vite-plugin-web-extension/issues/77)) ([84ff1ab](https://github.com/samrum/vite-plugin-web-extension/commit/84ff1abdae21ed007230e0df506e9a93e19e4341))
10+
11+
### Bug Fixes
12+
13+
- DevBuilder’s output path should respect the `root` property of ViteConfig ([#81](https://github.com/samrum/vite-plugin-web-extension/issues/81)) ([9307b79](https://github.com/samrum/vite-plugin-web-extension/commit/9307b799dac985a2912e3f5cc0f97cf2a4846fea))
14+
515
## [3.0.0](https://github.com/samrum/vite-plugin-web-extension/compare/v2.2.1...v3.0.0) (2023-01-03)
616

717
### ⚠ BREAKING CHANGES

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