Skip to content

Commit

Permalink
Merge pull request #4 from cmnord/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 2.0.0
  • Loading branch information
cmnord authored Mar 7, 2023
2 parents ebf2d07 + 6d73401 commit e209113
Show file tree
Hide file tree
Showing 4 changed files with 19 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 @@
{
".": "1.1.0"
".": "2.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* **src manifest:** change AMO extension ID

### Bug Fixes

* **gitignore:** ignore .DS_Store ([2e044e8](https://github.com/cmnord/jeparser/commit/2e044e8d2932621295ff0bfe14e5a508e5ca0cfe))


### Build System

* **src manifest:** change AMO extension ID ([ebf2d07](https://github.com/cmnord/jeparser/commit/ebf2d07ab856b9becfd141b7f3481f61fdd21e38))

## [1.1.0](https://github.com/cmnord/jeparser/compare/v1.0.0...v1.1.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": "1.1.0",
"version": "2.0.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 @@
1.1.0
2.0.0

0 comments on commit e209113

Please sign in to comment.