Skip to content

Commit

Permalink
chore(main): release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and cmnord committed Nov 6, 2023
1 parent 6b0c7cf commit 874efbb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "3.1.0"
".": "3.2.0"
}
12 changes: 12 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
3.1.0
3.2.0

0 comments on commit 874efbb

Please sign in to comment.