From 7664742e596db538603bf3b226ed06ca058c0081 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Tue, 19 Jul 2022 12:03:59 +0000 Subject: [PATCH] release(version): Release 1.8.0 [skip ci] # [1.8.0](https://github.com/chhoumann/PodNotes/compare/1.7.0...1.8.0) (2022-07-19) ### Bug Fixes * add missing styles property to slider component ([ba00f81](https://github.com/chhoumann/PodNotes/commit/ba00f81654868063c0779daf4b20bfd6e2307430)) * better loading of playback status ([af95c12](https://github.com/chhoumann/PodNotes/commit/af95c12c9ae5381415fe90dec058091e86bf46bc)) * don't keep old styles in button component ([cfd6483](https://github.com/chhoumann/PodNotes/commit/cfd64836c1f08d67f8054ac5b6e4c1f546360254)) * fix search ([69051c2](https://github.com/chhoumann/PodNotes/commit/69051c2da37f50dbd9b9980774c20a356ae41f19)) * hotfix bad return ([db76297](https://github.com/chhoumann/PodNotes/commit/db76297e477760cd6e6693ad3c37e02fc46d63be)) * scroll to top on view change ([845cd2c](https://github.com/chhoumann/PodNotes/commit/845cd2c9e0cabb2d169590760987194d70b67cf5)) ### Features * add seeking in podcast episode ([8a3f80b](https://github.com/chhoumann/PodNotes/commit/8a3f80b224f45cb610edddb1079ae13413b5ad24)) * add support for custom feeds ([d5e4bce](https://github.com/chhoumann/PodNotes/commit/d5e4bce2928cac424ad0a2ab8474de60fee8c9a6)) * view latest episodes ([dd19b61](https://github.com/chhoumann/PodNotes/commit/dd19b6185e2e99c705825d1400d02ca573f02942)) --- 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 906ab1f..d9ba487 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "podnotes", "name": "PodNotes", - "version": "1.7.0", + "version": "1.8.0", "minAppVersion": "0.12.0", "description": "Helps you write notes on podcasts.", "author": "Christian B. B. Houmann", diff --git a/package-lock.json b/package-lock.json index e1bea29..b52911c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "podnotes", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "podnotes", - "version": "1.7.0", + "version": "1.8.0", "license": "MIT", "dependencies": { "fuse.js": "^6.6.2" diff --git a/package.json b/package.json index 8e1398a..852c8bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podnotes", - "version": "1.7.0", + "version": "1.8.0", "description": "Helps you write notes on podcasts.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e93dd34..616c3b2 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "1.5.10": "0.12.0", "1.6.0": "0.12.0", "1.6.1": "0.12.0", - "1.7.0": "0.12.0" + "1.7.0": "0.12.0", + "1.8.0": "0.12.0" } \ No newline at end of file -- GitLab