From 5cbe31144ccdf002c7eda9124a8be794efba9bf7 Mon Sep 17 00:00:00 2001
From: James Wheare <james@wheare.org>
Date: Wed, 6 May 2020 12:52:02 +0100
Subject: [PATCH] v0.15.0 version bump, changelog and snyk

---
 .snyk                          | 7 ++++++-
 build/release-notes-linux.md   | 3 +--
 build/release-notes-mac.md     | 4 ++--
 build/release-notes-windows.md | 3 +--
 package.json                   | 2 +-
 5 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/.snyk b/.snyk
index 29509a0..da33158 100644
--- a/.snyk
+++ b/.snyk
@@ -1,4 +1,9 @@
 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
 version: v1.13.5
-ignore: {}
+# ignores vulnerabilities until expiry date; change duration by modifying expiry date
+ignore:
+  SNYK-JS-LODASH-567746:
+    - lodash:
+        reason: None given
+        expires: '2020-06-05T11:51:15.552Z'
 patch: {}
diff --git a/build/release-notes-linux.md b/build/release-notes-linux.md
index 15e9c09..c0162db 100644
--- a/build/release-notes-linux.md
+++ b/build/release-notes-linux.md
@@ -1,3 +1,2 @@
-* Updated dependencies including electron@8.0.2
-* Fixed mouse back/forward buttons reloading the page
+* Updated dependencies including electron@8.2.5
 * Various performance and security improvements
diff --git a/build/release-notes-mac.md b/build/release-notes-mac.md
index 15e9c09..b6316f7 100644
--- a/build/release-notes-mac.md
+++ b/build/release-notes-mac.md
@@ -1,3 +1,3 @@
-* Updated dependencies including electron@8.0.2
-* Fixed mouse back/forward buttons reloading the page
+* Updated dependencies including electron@8.2.5
+* Add touchbar support for pinned channels and the channel switcher
 * Various performance and security improvements
diff --git a/build/release-notes-windows.md b/build/release-notes-windows.md
index 15e9c09..c0162db 100644
--- a/build/release-notes-windows.md
+++ b/build/release-notes-windows.md
@@ -1,3 +1,2 @@
-* Updated dependencies including electron@8.0.2
-* Fixed mouse back/forward buttons reloading the page
+* Updated dependencies including electron@8.2.5
 * Various performance and security improvements
diff --git a/package.json b/package.json
index c4b887c..e755ef5 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
   "bugs": {
     "url": "https://github.com/irccloud/irccloud-desktop/issues"
   },
-  "version": "0.14.1",
+  "version": "0.15.0",
   "main": "app/main.js",
   "homepage": "https://github.com/irccloud/irccloud-desktop",
   "scripts": {