From c8ad26e1c0bc5c43f912c36af3a6a981ad534a34 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Tue, 8 Nov 2022 19:50:37 +0000 Subject: [PATCH] release(version): Release 2.2.0 [skip ci] # [2.2.0](https://github.com/chhoumann/PodNotes/compare/2.1.4...2.2.0) (2022-11-08) ### Bug Fixes * fix broken test ([824dc8b](https://github.com/chhoumann/PodNotes/commit/824dc8bb15e6e8acd43112692136e8f8d4349862)) ### Features * create folders necessary for file creation if they don't exist ([ec263d4](https://github.com/chhoumann/PodNotes/commit/ec263d45e914fa84a117717b2541712895e883a3)), closes [#49](https://github.com/chhoumann/PodNotes/issues/49) [#49](https://github.com/chhoumann/PodNotes/issues/49) --- 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 dec773b..be6d238 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "podnotes", "name": "PodNotes", - "version": "2.1.4", + "version": "2.2.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 3e77c02..6e77257 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "podnotes", - "version": "2.1.4", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "podnotes", - "version": "2.1.4", + "version": "2.2.0", "license": "MIT", "dependencies": { "fuse.js": "^6.6.2" diff --git a/package.json b/package.json index f5f71db..f996dec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podnotes", - "version": "2.1.4", + "version": "2.2.0", "description": "Helps you write notes on podcasts.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d51169b..81b4be0 100644 --- a/versions.json +++ b/versions.json @@ -37,5 +37,6 @@ "2.1.1": "0.15.9", "2.1.2": "0.15.9", "2.1.3": "0.15.9", - "2.1.4": "0.15.9" + "2.1.4": "0.15.9", + "2.2.0": "0.15.9" } \ No newline at end of file -- GitLab