Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 5cbe311

Browse files
committed
v0.15.0 version bump, changelog and snyk
1 parent 6b3a4b2 commit 5cbe311

5 files changed

+11
-8
lines changed

.snyk

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
22
version: v1.13.5
3-
ignore: {}
3+
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4+
ignore:
5+
SNYK-JS-LODASH-567746:
6+
- lodash:
7+
reason: None given
8+
expires: '2020-06-05T11:51:15.552Z'
49
patch: {}

build/release-notes-linux.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
* Updated dependencies including [email protected]
2-
* Fixed mouse back/forward buttons reloading the page
1+
* Updated dependencies including [email protected]
32
* Various performance and security improvements

build/release-notes-mac.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
* Updated dependencies including electron@8.0.2
2-
* Fixed mouse back/forward buttons reloading the page
1+
* Updated dependencies including electron@8.2.5
2+
* Add touchbar support for pinned channels and the channel switcher
33
* Various performance and security improvements

build/release-notes-windows.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
* Updated dependencies including [email protected]
2-
* Fixed mouse back/forward buttons reloading the page
1+
* Updated dependencies including [email protected]
32
* Various performance and security improvements

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"bugs": {
1717
"url": "https://github.com/irccloud/irccloud-desktop/issues"
1818
},
19-
"version": "0.14.1",
19+
"version": "0.15.0",
2020
"main": "app/main.js",
2121
"homepage": "https://github.com/irccloud/irccloud-desktop",
2222
"scripts": {

0 commit comments

Comments
 (0)