Skip to content

Commit

Permalink
chore(release): v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 22, 2024
1 parent 0c876d8 commit 2f138f0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v2.2.0

[compare changes](https://github.com/aklinker1/publish-browser-extension/compare/v2.1.3...v2.2.0)

### 🚀 Enhancements

- Support chrome's new `deployPercentage` and `reviewExemption` options ([#27](https://github.com/aklinker1/publish-browser-extension/pull/27))

### 🩹 Fixes

- Report specific missing configurations ([#19](https://github.com/aklinker1/publish-browser-extension/pull/19))
- Fetch error typo ([#20](https://github.com/aklinker1/publish-browser-extension/pull/20))

### 🏡 Chore

- Upgrade repo setup ([#25](https://github.com/aklinker1/publish-browser-extension/pull/25))
- Upgrade repo setup ([#26](https://github.com/aklinker1/publish-browser-extension/pull/26))

### ❤️ Contributors

- Uncenter ([@uncenter](http://github.com/uncenter))
- Stephen Zhou ([@hyoban](http://github.com/hyoban))

## v2.1.3

[compare changes](https://github.com/aklinker1/publish-browser-extension/compare/v2.1.2...v2.1.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "publish-browser-extension",
"description": "Easily publish web extensions to their stores",
"version": "2.1.3",
"version": "2.2.0",
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
Expand Down

0 comments on commit 2f138f0

Please sign in to comment.