Skip to content

Commit

Permalink
release(version): Release 2.10.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.10.2](2.10.1...2.10.2) (2023-02-24)

### Bug Fixes

* indent episodes in list with no artwork for uniform look ([fb837a8](fb837a8))
* player thumbnail image now resizes to fit available space ([78b6677](78b6677)), closes [#67](#67)
* player thumbnail now correctly reduces opacity when paused or hovering ([ce599d8](ce599d8))
  • Loading branch information
semantic-release-bot committed Feb 24, 2023
1 parent fb837a8 commit 2037cb7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "podnotes",
"name": "PodNotes",
"version": "2.10.1",
"version": "2.10.2",
"minAppVersion": "0.15.9",
"description": "Helps you write notes on podcasts.",
"author": "Christian B. B. Houmann",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "podnotes",
"version": "2.10.1",
"version": "2.10.2",
"description": "Helps you write notes on podcasts.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -55,5 +55,6 @@
"2.8.0": "0.15.9",
"2.9.0": "0.15.9",
"2.10.0": "0.15.9",
"2.10.1": "0.15.9"
"2.10.1": "0.15.9",
"2.10.2": "0.15.9"
}

1 comment on commit 2037cb7

@vercel
Copy link

@vercel vercel bot commented on 2037cb7 Feb 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.