We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68164d9 commit 87d8961Copy full SHA for 87d8961
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v3.0.3
4
+
5
+[compare changes](https://github.com/aklinker1/publish-browser-extension/compare/v3.0.2...v3.0.3)
6
7
+### 🏡 Chore
8
9
+- Migrate to bun for development + NPM OIDC publish flow ([#42](https://github.com/aklinker1/publish-browser-extension/pull/42))
10
11
## v3.0.2
12
13
[compare changes](https://github.com/aklinker1/publish-browser-extension/compare/v3.0.1...v3.0.2)
package.json
@@ -1,7 +1,7 @@
{
"name": "publish-browser-extension",
"description": "Easily publish web extensions to their stores",
- "version": "3.0.2",
+ "version": "3.0.3",
"packageManager": "[email protected]",
"license": "MIT",
"keywords": [
0 commit comments