Skip to content

Commit 6ae36d0

Browse files
author
GitHub Actions
committed
chore(release): v3.0.1
1 parent e454722 commit 6ae36d0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v3.0.1
4+
5+
[compare changes](https://github.com/aklinker1/publish-browser-extension/compare/v3.0.0...v3.0.1)
6+
7+
### 🩹 Fixes
8+
9+
- Upgrade package version ([30cc59f](https://github.com/aklinker1/publish-browser-extension/commit/30cc59f))
10+
- Remove unused CLI flags ([f59eef9](https://github.com/aklinker1/publish-browser-extension/commit/f59eef9))
11+
- **cws:** Properly provide the `deployPercentage` and `reviewExemption` options ([#37](https://github.com/aklinker1/publish-browser-extension/pull/37))
12+
13+
### 🏡 Chore
14+
15+
- Update changelog ([1d4b579](https://github.com/aklinker1/publish-browser-extension/commit/1d4b579))
16+
317
## v3.0.0
418

519
[compare changes](https://github.com/aklinker1/publish-browser-extension/compare/v2.3.0...v3.0.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "publish-browser-extension",
33
"description": "Easily publish web extensions to their stores",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"engines": {
66
"node": "^18.0.0 || >=20.0.0"
77
},

0 commit comments

Comments
 (0)