From 83f3dd96e0f7b071baf2e7f9796f6ea52c4650e9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 31 Jul 2023 13:16:29 +0000 Subject: [PATCH] release(version): Release 2.10.8 [skip ci] ## [2.10.8](https://github.com/chhoumann/PodNotes/compare/2.10.7...2.10.8) (2023-07-31) ### Bug Fixes * publish fix for timestamp of local files containing spaces by [@dumka](https://github.com/dumka) ([8459d9e](https://github.com/chhoumann/PodNotes/commit/8459d9efab9c01afe74f6b179256d9b80ef3badc)), closes [#83](https://github.com/chhoumann/PodNotes/issues/83) --- 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 4f125c9..a3f5dc0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "podnotes", "name": "PodNotes", - "version": "2.10.7", + "version": "2.10.8", "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 87f64a4..2b69dda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "podnotes", - "version": "2.10.7", + "version": "2.10.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "podnotes", - "version": "2.10.7", + "version": "2.10.8", "license": "MIT", "dependencies": { "fuse.js": "^6.6.2" diff --git a/package.json b/package.json index f620b59..ee309bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podnotes", - "version": "2.10.7", + "version": "2.10.8", "description": "Helps you write notes on podcasts.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 853c9dc..c8964f4 100644 --- a/versions.json +++ b/versions.json @@ -61,5 +61,6 @@ "2.10.4": "0.15.9", "2.10.5": "0.15.9", "2.10.6": "0.15.9", - "2.10.7": "0.15.9" + "2.10.7": "0.15.9", + "2.10.8": "0.15.9" } \ No newline at end of file