Skip to content

Commit 4ba5e80

Browse files
committed
chore(app): bump to 3.0.0
1 parent 954416b commit 4ba5e80

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [3.0.0](https://github.com/sanemat/do-not-merge-wip-for-github/compare/v2.0.4...v3.0.0) (2024-06-01)
2+
3+
### Features
4+
5+
Preparing for manifest v3, closes [#361](https://github.com/sanemat/do-not-merge-wip-for-github/issues/361)
6+
7+
* Add migration script from localStorage to browser.storage (chrome.storage)
8+
* Set/Get value from browser.storage
9+
* Add storage permission
10+
* Add activeTab permission
11+
* Add `https://github.com/*/*/pull/*` permission
12+
* background persistent
13+
14+
### Bug Fixes
15+
16+
* **contentscript:** avoid null access ([92a6ed2](https://github.com/sanemat/do-not-merge-wip-for-github/commit/92a6ed2f509a4f46ab9a3c9d053a793e5861c44b)), closes [#335](https://github.com/sanemat/do-not-merge-wip-for-github/issues/335)
17+
18+
19+
120
## [2.0.4](https://github.com/sanemat/do-not-merge-wip-for-github/compare/v2.0.3...v2.0.4) (2024-05-30)
221

322
* Update dev dependencies

app/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "__MSG_appName__",
3-
"version": "2.0.4",
3+
"version": "3.0.0",
44
"manifest_version": 2,
55
"description": "__MSG_appDescription__",
66
"icons": {

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "do-not-merge-wip-for-github",
3-
"version": "2.0.4",
3+
"version": "3.0.0",
44
"author": {
55
"name": "sanemat",
66
"email": "[email protected]",

0 commit comments

Comments
 (0)