Skip to content

Commit 13fdcd6

Browse files
chore(release): v4.0.0
1 parent 29ff1c6 commit 13fdcd6

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## v4.0.0
4+
5+
[compare changes](https://github.com/aklinker1/publish-browser-extension/compare/v3.0.3...v4.0.0)
6+
7+
### 🩹 Fixes
8+
9+
- Require selecting at least one store during init command ([e6469de](https://github.com/aklinker1/publish-browser-extension/commit/e6469de))
10+
- Add `oxlint` and handle uncaught API error for Edge ([#44](https://github.com/aklinker1/publish-browser-extension/pull/44))
11+
12+
### 🏡 Chore
13+
14+
- Use `bun:test` instead of `vitest` ([#43](https://github.com/aklinker1/publish-browser-extension/pull/43))
15+
- ⚠️ Drop CJS support and build package with `tsdown` ([#45](https://github.com/aklinker1/publish-browser-extension/pull/45))
16+
17+
#### ⚠️ Breaking Changes
18+
19+
- ⚠️ Drop CJS support and build package with `tsdown` ([#45](https://github.com/aklinker1/publish-browser-extension/pull/45))
20+
21+
### ❤️ Contributors
22+
23+
- Aaron ([@aklinker1](https://github.com/aklinker1))
24+
325
## v3.0.3
426

527
[compare changes](https://github.com/aklinker1/publish-browser-extension/compare/v3.0.2...v3.0.3)

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.3",
4+
"version": "4.0.0",
55
"packageManager": "[email protected]",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)