From 222694e3b9712e169a241e8746e2365c9bea498f Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Thu, 25 Aug 2022 08:26:27 +0000
Subject: [PATCH] release(version): Release 2.1.2 [skip ci]

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

### Bug Fixes

* don't set opacity to 0 if not necessary for transition ([2c6fe86](https://github.com/chhoumann/PodNotes/commit/2c6fe8607f01534cff921c5b1933f1d2250a8f11))
---
 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 5704869..f8d0286 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
 {
 	"id": "podnotes",
 	"name": "PodNotes",
-	"version": "2.1.1",
+	"version": "2.1.2",
 	"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 579e802..49bffe9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "podnotes",
-  "version": "2.1.1",
+  "version": "2.1.2",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "podnotes",
-      "version": "2.1.1",
+      "version": "2.1.2",
       "license": "MIT",
       "dependencies": {
         "fuse.js": "^6.6.2"
diff --git a/package.json b/package.json
index 8a1487d..a3a1cb4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "podnotes",
-  "version": "2.1.1",
+  "version": "2.1.2",
   "description": "Helps you write notes on podcasts.",
   "main": "main.js",
   "scripts": {
diff --git a/versions.json b/versions.json
index e9b1024..8b1a915 100644
--- a/versions.json
+++ b/versions.json
@@ -34,5 +34,6 @@
 	"2.0.2": "0.15.9",
 	"2.0.3": "0.15.9",
 	"2.1.0": "0.15.9",
-	"2.1.1": "0.15.9"
+	"2.1.1": "0.15.9",
+	"2.1.2": "0.15.9"
 }
\ No newline at end of file
-- 
GitLab