From 3568f834f6cc0f917e3b86bde1e4f50101555e30 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Tue, 16 Aug 2022 14:36:05 +0000
Subject: [PATCH] release(version): Release 1.11.0 [skip ci]

# [1.11.0](https://github.com/chhoumann/PodNotes/compare/1.10.2...1.11.0) (2022-08-16)

### Bug Fixes

* detect if podcast note exists and open instead of trying to create again ([503596f](https://github.com/chhoumann/PodNotes/commit/503596f11c4c9ae8c408eb1eee3fd0af921754e5))
* show timestamp demo on settings open ([887ac08](https://github.com/chhoumann/PodNotes/commit/887ac0868fb068796d8b4fd3deca84c05358ed41))

### Features

* capture timestamp and create podcast notes ([664de2e](https://github.com/chhoumann/PodNotes/commit/664de2e6dc0cf5d3cf21f723cdce601bb68d9688)), closes [#7](https://github.com/chhoumann/PodNotes/issues/7)
---
 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 55c2732..872f743 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
 {
 	"id": "podnotes",
 	"name": "PodNotes",
-	"version": "1.10.2",
+	"version": "1.11.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 5300b80..4be914d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "podnotes",
-  "version": "1.10.2",
+  "version": "1.11.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "podnotes",
-      "version": "1.10.2",
+      "version": "1.11.0",
       "license": "MIT",
       "dependencies": {
         "fuse.js": "^6.6.2"
diff --git a/package.json b/package.json
index 37be125..5435004 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "podnotes",
-  "version": "1.10.2",
+  "version": "1.11.0",
   "description": "Helps you write notes on podcasts.",
   "main": "main.js",
   "scripts": {
diff --git a/versions.json b/versions.json
index 015a956..99d3d6a 100644
--- a/versions.json
+++ b/versions.json
@@ -27,5 +27,6 @@
 	"1.9.1": "0.12.0",
 	"1.10.0": "0.12.0",
 	"1.10.1": "0.15.9",
-	"1.10.2": "0.15.9"
+	"1.10.2": "0.15.9",
+	"1.11.0": "0.15.9"
 }
\ No newline at end of file
-- 
GitLab