From 623145a0f3961d72d2da6327c896a7e39388cd65 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sun, 10 Jul 2022 07:47:30 +0000 Subject: [PATCH] release(version): Release 1.6.0 [skip ci] # [1.6.0](https://github.com/chhoumann/PodNotes/compare/1.5.10...1.6.0) (2022-07-10) ### Features * add search for episodes ([7685185](https://github.com/chhoumann/PodNotes/commit/7685185737f45cfccc3779531b0781cb93766b45)) * customizable skip back & skip forward settings + commands and buttons to use them ([5c23954](https://github.com/chhoumann/PodNotes/commit/5c23954e3a200ad13a11dbd5492d50763c31c453)) * player shows time left rather than static duration ([64bc2f5](https://github.com/chhoumann/PodNotes/commit/64bc2f5f4d33866aeb732134f29dca093cadff40)) --- 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 9feb279..80335cb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "podnotes", "name": "PodNotes", - "version": "1.5.10", + "version": "1.6.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 e93cbbc..a1bc479 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "podnotes", - "version": "1.5.10", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "podnotes", - "version": "1.5.10", + "version": "1.6.0", "license": "MIT", "dependencies": { "fuse.js": "^6.6.2" diff --git a/package.json b/package.json index f111d60..44a2673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podnotes", - "version": "1.5.10", + "version": "1.6.0", "description": "Helps you write notes on podcasts.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 396b5c4..b2dd3f5 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "1.5.7": "0.12.0", "1.5.8": "0.12.0", "1.5.9": "0.12.0", - "1.5.10": "0.12.0" + "1.5.10": "0.12.0", + "1.6.0": "0.12.0" } \ No newline at end of file -- GitLab