Skip to content

Commit

Permalink
chore(main): release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and cmnord committed Apr 10, 2023
1 parent 2cc0290 commit 2920175
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "3.0.0"
".": "3.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [3.0.1](https://github.com/cmnord/jeparser/compare/v3.0.0...v3.0.1) (2023-04-10)


### Bug Fixes

* **src manifest:** update minimum chrome version for manifest v3 ([2cc0290](https://github.com/cmnord/jeparser/commit/2cc02905219f48641223237ee8018bdc948c7476))

## [3.0.0](https://github.com/cmnord/jeparser/compare/v2.3.0...v3.0.0) (2023-04-10)


Expand Down
11 changes: 8 additions & 3 deletions src/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "jeparser",
"version": "3.0.0",
"version": "3.0.1",
"description": "Browser extension which downloads Jeopardy games from applets for offline solving.",
"homepage_url": "https://github.com/cmnord/jeparser",
"minimum_chrome_version": "88",
Expand All @@ -21,8 +21,13 @@
},
"content_scripts": [
{
"matches": ["*://j-archive.com/showgame.php*"],
"js": ["content-script.js", "browser-polyfill.min.js"],
"matches": [
"*://j-archive.com/showgame.php*"
],
"js": [
"content-script.js",
"browser-polyfill.min.js"
],
"run_at": "document_end"
}
]
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
3.0.0
3.0.1

0 comments on commit 2920175

Please sign in to comment.