Skip to content

Commit c36679f

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents fefb5c3 + 0c766ee commit c36679f

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.changeset/stupid-sloths-rush.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# rsbuild-plugin-web-extension
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- f89cb68: ### Features
8+
9+
- **Developer Experience**: The `writeToDisk` option is now enabled by default in development mode, making it easier to load and test the extension in the browser.

packages/rsbuild-plugin-web-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rsbuild-plugin-web-extension",
33
"description": "rsbuild plugin for chrome/web extension",
44
"homepage": "https://github.com/filc-dev/rsbuild-plugin-web-extension",
5-
"version": "0.0.10",
5+
"version": "1.0.0",
66
"source": "./src/index.ts",
77
"main": "./src/index.ts",
88
"module": "./src/index.ts",

0 commit comments

Comments
 (0)