From 88ac96a293ddc18b6d7d7427ff43d98c2383e0a1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Mon, 14 Nov 2022 11:22:42 +0000 Subject: [PATCH] release(version): Release 2.3.0 [skip ci] # [2.3.0](https://github.com/chhoumann/PodNotes/compare/2.2.0...2.3.0) (2022-11-14) ### Features * add safeTitle as template tag ([77b0297](https://github.com/chhoumann/PodNotes/commit/77b029702d17b728cc54946f6993cfc4289815f8)), closes [#52](https://github.com/chhoumann/PodNotes/issues/52) --- 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 be6d238..ba0118b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "podnotes", "name": "PodNotes", - "version": "2.2.0", + "version": "2.3.0", "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 6e77257..170be7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "podnotes", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "podnotes", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "dependencies": { "fuse.js": "^6.6.2" diff --git a/package.json b/package.json index f996dec..16bafa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podnotes", - "version": "2.2.0", + "version": "2.3.0", "description": "Helps you write notes on podcasts.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 81b4be0..5eeda81 100644 --- a/versions.json +++ b/versions.json @@ -38,5 +38,6 @@ "2.1.2": "0.15.9", "2.1.3": "0.15.9", "2.1.4": "0.15.9", - "2.2.0": "0.15.9" + "2.2.0": "0.15.9", + "2.3.0": "0.15.9" } \ No newline at end of file -- GitLab