From c5a4c24ba8733452528176db0a34020440318d94 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Tue, 15 Nov 2022 08:33:03 +0000 Subject: [PATCH] release(version): Release 2.3.1 [skip ci] ## [2.3.1](https://github.com/chhoumann/PodNotes/compare/2.3.0...2.3.1) (2022-11-15) ### Bug Fixes * allow episodes with no description ([7e218d1](https://github.com/chhoumann/PodNotes/commit/7e218d10500a1dfb10133c75d85006e48061fa62)), closes [#46](https://github.com/chhoumann/PodNotes/issues/46) [#46](https://github.com/chhoumann/PodNotes/issues/46) --- 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 ba0118b..33b0188 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "podnotes", "name": "PodNotes", - "version": "2.3.0", + "version": "2.3.1", "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 170be7a..923dab2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "podnotes", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "podnotes", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "dependencies": { "fuse.js": "^6.6.2" diff --git a/package.json b/package.json index 16bafa6..c562f2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podnotes", - "version": "2.3.0", + "version": "2.3.1", "description": "Helps you write notes on podcasts.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5eeda81..eb1fd4b 100644 --- a/versions.json +++ b/versions.json @@ -39,5 +39,6 @@ "2.1.3": "0.15.9", "2.1.4": "0.15.9", "2.2.0": "0.15.9", - "2.3.0": "0.15.9" + "2.3.0": "0.15.9", + "2.3.1": "0.15.9" } \ No newline at end of file -- GitLab