From 43b57c1866fd2b473ef2144d36d1da1ffb1c3840 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Fri, 15 Jul 2022 09:32:09 +0000
Subject: [PATCH] release(version): Release 1.7.0 [skip ci]

# [1.7.0](https://github.com/chhoumann/PodNotes/compare/1.6.1...1.7.0) (2022-07-15)

### Bug Fixes

* add missing styles property to slider component ([3e5585d](https://github.com/chhoumann/PodNotes/commit/3e5585d8308c3198b5968c0a75a721994d4c9c60))
* don't keep old styles in button component ([2afdde7](https://github.com/chhoumann/PodNotes/commit/2afdde7ebbac56992c33395e48eac692c4c3e32d))
* fix search ([a722704](https://github.com/chhoumann/PodNotes/commit/a7227040f9a0c99673a739e82bf9c0c59cd6dee0))

### Features

* add seeking in podcast episode ([3bcd8f4](https://github.com/chhoumann/PodNotes/commit/3bcd8f41dc8b8d7f4ac508eddd69fe83eb9cb4f7))
* view latest episodes ([b12e48d](https://github.com/chhoumann/PodNotes/commit/b12e48d71fec35461ca26b63407b81d05b79b118))
---
 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 2682ce2..906ab1f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
 {
 	"id": "podnotes",
 	"name": "PodNotes",
-	"version": "1.6.1",
+	"version": "1.7.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 0137a2e..e1bea29 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "podnotes",
-  "version": "1.6.1",
+  "version": "1.7.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "podnotes",
-      "version": "1.6.1",
+      "version": "1.7.0",
       "license": "MIT",
       "dependencies": {
         "fuse.js": "^6.6.2"
diff --git a/package.json b/package.json
index 41c2116..8e1398a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "podnotes",
-  "version": "1.6.1",
+  "version": "1.7.0",
   "description": "Helps you write notes on podcasts.",
   "main": "main.js",
   "scripts": {
diff --git a/versions.json b/versions.json
index ecb16ca..e93dd34 100644
--- a/versions.json
+++ b/versions.json
@@ -20,5 +20,6 @@
 	"1.5.9": "0.12.0",
 	"1.5.10": "0.12.0",
 	"1.6.0": "0.12.0",
-	"1.6.1": "0.12.0"
+	"1.6.1": "0.12.0",
+	"1.7.0": "0.12.0"
 }
\ No newline at end of file
-- 
GitLab