diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9ee6f08..6ce3eca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.0" + ".": "3.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d19f95..3f77d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.2.0](https://github.com/cmnord/jeparser/compare/v3.1.0...v3.2.0) (2023-10-25) + + +### Features + +* **src parser:** add optional image source URL to each clue ([7aa021c](https://github.com/cmnord/jeparser/commit/7aa021c84ea1a8d11ae12da478e9280a9ca9e7e4)) + + +### Bug Fixes + +* **eslintrc:** configure eslint and run on codebase ([6e38012](https://github.com/cmnord/jeparser/commit/6e38012095efa9d4f4bb25b179728561c84f7a81)) + ## [3.1.0](https://github.com/cmnord/jeparser/compare/v3.0.2...v3.1.0) (2023-05-05) diff --git a/src/manifest.json b/src/manifest.json index 996239f..f3cc9a1 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "jeparser", - "version": "3.1.0", + "version": "3.2.0", "description": "Browser extension which downloads Jeopardy games from applets for offline solving.", "homepage_url": "https://github.com/cmnord/jeparser", "minimum_chrome_version": "88", diff --git a/version.txt b/version.txt index fd2a018..944880f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.0 +3.2.0