Skip to content

Commit

Permalink
Merge pull request #5 from cmnord/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 2.1.0
  • Loading branch information
cmnord authored Mar 18, 2023
2 parents 8d3006a + d9ffb57 commit 788780b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.1.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.1.0](https://github.com/cmnord/jeparser/compare/v2.0.0...v2.1.0) (2023-03-18)


### Features

* **src content-script:** optional `wagerable` property on clue ([f686e0e](https://github.com/cmnord/jeparser/commit/f686e0ec1242fd8cf1fc4cd9fbe841892d8ae5a4))


### Bug Fixes

* **src content-script:** make note optional ([381cb43](https://github.com/cmnord/jeparser/commit/381cb43b417a58f01496a5a962174c9583709a7e))
* **src content-script:** remove HTML tags from all answers ([4bf5687](https://github.com/cmnord/jeparser/commit/4bf5687008aac5d91183e14ecda0966eb20c4dbb))

## [2.0.0](https://github.com/cmnord/jeparser/compare/v1.1.0...v2.0.0) (2023-03-07)


Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jeparser",
"version": "2.0.0",
"version": "2.1.0",
"description": "Browser extension which downloads Jeopardy games from applets for offline solving.",
"homepage_url": "https://github.com/cmnord/jeparser",
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.0

0 comments on commit 788780b

Please sign in to comment.