Skip to content

Commit d480538

Browse files
author
GitHub Actions
committed
chore(release): v2.3.0
1 parent 5446ac0 commit d480538

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## v2.3.0
4+
5+
[compare changes](https://github.com/aklinker1/publish-browser-extension/compare/v2.2.2...v2.3.0)
6+
7+
### 🚀 Enhancements
8+
9+
- Add Edge API v1.1 support ([#29](https://github.com/aklinker1/publish-browser-extension/pull/29))
10+
11+
### 🩹 Fixes
12+
13+
- **edge:** Remove new X-ClientID header from v1.0 requests ([5446ac0](https://github.com/aklinker1/publish-browser-extension/commit/5446ac0))
14+
15+
### 🤖 CI
16+
17+
- Fix workflow for forks ([9c305a9](https://github.com/aklinker1/publish-browser-extension/commit/9c305a9))
18+
- Fix workflow for forks ([c7bc76d](https://github.com/aklinker1/publish-browser-extension/commit/c7bc76d))
19+
20+
### ❤️ Contributors
21+
22+
- Mezannic ([@mezannic](http://github.com/mezannic))
23+
324
## v2.2.2
425

526
[compare changes](https://github.com/aklinker1/publish-browser-extension/compare/v2.2.1...v2.2.2)

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": "2.2.2",
4+
"version": "2.3.0",
55
"engines": {
66
"node": "^18.0.0 || >=20.0.0"
77
},

0 commit comments

Comments
 (0)