From 64e95651267164b49e68d8843ba5a7343c62da9c Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Wed, 24 Aug 2022 14:32:51 +0000
Subject: [PATCH] release(version): Release 2.0.0 [skip ci]

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

### Bug Fixes

* allow empty string values for template syntax ([9de763e](https://github.com/chhoumann/PodNotes/commit/9de763e7da5240d23ee0a0bfeb7b02ec74ec4070))
* clicking playlist redirects to correct view ([9d344da](https://github.com/chhoumann/PodNotes/commit/9d344da7c6cd2c47263b050386ad3e7bc913a747)), closes [#17](https://github.com/chhoumann/PodNotes/issues/17)
* differentiate between searched podcasts with same name ([480ac21](https://github.com/chhoumann/PodNotes/commit/480ac21eeb4056113ab89b5f7e657d3d64380183))

### Documentation

* add local files info to docs ([fee849d](https://github.com/chhoumann/PodNotes/commit/fee849d5cc4bced37d3c1c379b108377050b9b3e))

### Features

* add support for local files ([b1bc918](https://github.com/chhoumann/PodNotes/commit/b1bc91892f7aced7719c93720b854f4a92b93ad1))
* create podcast note from context menu ([edb4d87](https://github.com/chhoumann/PodNotes/commit/edb4d8731151dfc8f5cef2b2bfcc7cb0f41cf1c1))
* download currently playing episode ([2299ce6](https://github.com/chhoumann/PodNotes/commit/2299ce6c35c254a19138606ee81d08af04a5ac67))
* download episode from context menu ([25d8814](https://github.com/chhoumann/PodNotes/commit/25d88140d23e4a89d0798a06e2dbe128cd90a9e9))
* prefer local file over online stream when playing episode ([7e5666c](https://github.com/chhoumann/PodNotes/commit/7e5666c8f34cffb31ec3e3f7f99a0f182753a974))
* remember downloaded episodes ([e848476](https://github.com/chhoumann/PodNotes/commit/e848476c48b5a47455f0710089a82dc875e563e8))

### BREAKING CHANGES

* Scope increase: support for local files & not just online streaming.
---
 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 872f743..4c99a0e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
 {
 	"id": "podnotes",
 	"name": "PodNotes",
-	"version": "1.11.0",
+	"version": "2.0.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 4be914d..7e6b299 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "podnotes",
-  "version": "1.11.0",
+  "version": "2.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "podnotes",
-      "version": "1.11.0",
+      "version": "2.0.0",
       "license": "MIT",
       "dependencies": {
         "fuse.js": "^6.6.2"
diff --git a/package.json b/package.json
index 5435004..46ac746 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "podnotes",
-  "version": "1.11.0",
+  "version": "2.0.0",
   "description": "Helps you write notes on podcasts.",
   "main": "main.js",
   "scripts": {
diff --git a/versions.json b/versions.json
index 99d3d6a..5cb0ee7 100644
--- a/versions.json
+++ b/versions.json
@@ -28,5 +28,6 @@
 	"1.10.0": "0.12.0",
 	"1.10.1": "0.15.9",
 	"1.10.2": "0.15.9",
-	"1.11.0": "0.15.9"
+	"1.11.0": "0.15.9",
+	"2.0.0": "0.15.9"
 }
\ No newline at end of file
-- 
GitLab