From 2037cb77b02cb9dff00d42d1b2bf2be500476956 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Feb 2023 06:42:22 +0000 Subject: [PATCH] release(version): Release 2.10.2 [skip ci] ## [2.10.2](https://github.com/chhoumann/PodNotes/compare/2.10.1...2.10.2) (2023-02-24) ### Bug Fixes * indent episodes in list with no artwork for uniform look ([fb837a8](https://github.com/chhoumann/PodNotes/commit/fb837a83ffe88b771559c58d1e2b0743f724092f)) * player thumbnail image now resizes to fit available space ([78b6677](https://github.com/chhoumann/PodNotes/commit/78b66771107d871448b65126b4bb1df35f8e37c8)), closes [#67](https://github.com/chhoumann/PodNotes/issues/67) * player thumbnail now correctly reduces opacity when paused or hovering ([ce599d8](https://github.com/chhoumann/PodNotes/commit/ce599d82d0a23dffdc7cb677dd16d575822d6941)) --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 60a44c7..409e82a 100644 --- a/manifest.json +++ b/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", diff --git a/package-lock.json b/package-lock.json index 07c33a7..1bb66d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "podnotes", - "version": "2.10.1", + "version": "2.10.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "podnotes", - "version": "2.10.1", + "version": "2.10.2", "license": "MIT", "dependencies": { "fuse.js": "^6.6.2" diff --git a/package.json b/package.json index c338af9..6a30755 100644 --- a/package.json +++ b/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": { diff --git a/versions.json b/versions.json index 7671dd2..ff10168 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file