From 2f138f00e5ecf7e0d7d24a250d648668a67c266f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 22 Aug 2024 20:53:17 +0000 Subject: [PATCH] chore(release): v2.2.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71cb0ad..886fb18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 45607d9..07381f5 100644 --- a/package.json +++ b/package.json @@ -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" },