Skip to content

Commit 4fb8790

Browse files
GitHub Actionsaklinker1
authored andcommitted
chore(release): v3.0.0
1 parent c7f8508 commit 4fb8790

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## v2.3.1
4+
5+
[compare changes](https://github.com/aklinker1/publish-browser-extension/compare/v2.3.0...v2.3.1)
6+
7+
### 🩹 Fixes
8+
9+
- **init:** Trim whitespace ([#31](https://github.com/aklinker1/publish-browser-extension/pull/31))
10+
11+
### 🤖 CI
12+
13+
- Fix validate workflow triggers ([c7f8508](https://github.com/aklinker1/publish-browser-extension/commit/c7f8508))
14+
15+
### ❤️ Contributors
16+
17+
- Gabriel Miranda ([@gabrielmfern](http://github.com/gabrielmfern))
18+
319
## v2.3.0
420

521
[compare changes](https://github.com/aklinker1/publish-browser-extension/compare/v2.2.2...v2.3.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": "2.3.0",
4+
"version": "2.3.1",
55
"engines": {
66
"node": "^18.0.0 || >=20.0.0"
77
},

0 commit comments

Comments
 (0)