Skip to content

Commit

Permalink
chore(app): bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanemat committed Jun 1, 2024
1 parent 954416b commit 4ba5e80
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [3.0.0](https://github.com/sanemat/do-not-merge-wip-for-github/compare/v2.0.4...v3.0.0) (2024-06-01)

### Features

Preparing for manifest v3, closes [#361](https://github.com/sanemat/do-not-merge-wip-for-github/issues/361)

* Add migration script from localStorage to browser.storage (chrome.storage)
* Set/Get value from browser.storage
* Add storage permission
* Add activeTab permission
* Add `https://github.com/*/*/pull/*` permission
* background persistent

### Bug Fixes

* **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)



## [2.0.4](https://github.com/sanemat/do-not-merge-wip-for-github/compare/v2.0.3...v2.0.4) (2024-05-30)

* Update dev dependencies
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "2.0.4",
"version": "3.0.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "do-not-merge-wip-for-github",
"version": "2.0.4",
"version": "3.0.0",
"author": {
"name": "sanemat",
"email": "ogataken@gmail.com",
Expand Down

0 comments on commit 4ba5e80

Please sign in to comment.