From 3b511fa5c714326a227c06b56417ce16a15fac8e Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Fri, 26 Aug 2022 07:12:41 +0000
Subject: [PATCH] release(version): Release 2.1.3 [skip ci]

## [2.1.3](https://github.com/chhoumann/PodNotes/compare/2.1.2...2.1.3) (2022-08-26)

### Bug Fixes

* hotfix for podcast grid where podcast thumbnails sometimes wouldn't appear ([3f4e9df](https://github.com/chhoumann/PodNotes/commit/3f4e9df2b88059cd71c91b6f7fdeeba33b47e3ff))
---
 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 f8d0286..1d17686 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
 {
 	"id": "podnotes",
 	"name": "PodNotes",
-	"version": "2.1.2",
+	"version": "2.1.3",
 	"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 49bffe9..9efbda0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "podnotes",
-  "version": "2.1.2",
+  "version": "2.1.3",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "podnotes",
-      "version": "2.1.2",
+      "version": "2.1.3",
       "license": "MIT",
       "dependencies": {
         "fuse.js": "^6.6.2"
diff --git a/package.json b/package.json
index a3a1cb4..d5240ff 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "podnotes",
-  "version": "2.1.2",
+  "version": "2.1.3",
   "description": "Helps you write notes on podcasts.",
   "main": "main.js",
   "scripts": {
diff --git a/versions.json b/versions.json
index 8b1a915..23072f1 100644
--- a/versions.json
+++ b/versions.json
@@ -35,5 +35,6 @@
 	"2.0.3": "0.15.9",
 	"2.1.0": "0.15.9",
 	"2.1.1": "0.15.9",
-	"2.1.2": "0.15.9"
+	"2.1.2": "0.15.9",
+	"2.1.3": "0.15.9"
 }
\ No newline at end of file
-- 
GitLab