Skip to content

Commit

Permalink
Merge pull request #9 from cmnord/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 3.0.0
  • Loading branch information
cmnord committed Apr 10, 2023
2 parents 681c646 + 6482008 commit f100cb0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "2.3.0"
".": "3.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* **src manifest:** migrate to manifest v3

### Build System

* **src manifest:** migrate to manifest v3 ([928a1f6](https://github.com/cmnord/jeparser/commit/928a1f67659680383b0ca9eb29702e8d3a527d87))

## [2.3.0](https://github.com/cmnord/jeparser/compare/v2.2.0...v2.3.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": "2.3.0",
"version": "3.0.0",
"description": "Browser extension which downloads Jeopardy games from applets for offline solving.",
"homepage_url": "https://github.com/cmnord/jeparser",
"minimum_chrome_version": "74",
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 @@
2.3.0
3.0.0

0 comments on commit f100cb0

Please sign in to comment.