From 20e0945b1bf2fb0fc9d567fd5208a6a54e4893fe Mon Sep 17 00:00:00 2001 From: Roberto Huertas Date: Sun, 24 Nov 2019 17:49:59 +0100 Subject: [PATCH] chore(release): prepare 9.6.0 (#2291) * chore(release): prepare 9.6.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1449c6b10..c0745b60a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 9.6.0 (November 24, 2019) + +- Feature: Support for `Conda`. ([@KingDarBoja](https://github.com/KingDarBoja) in [#2293](https://github.com/vscode-icons/vscode-icons/pull/2293)) +- Enhancement: Support for `mjs` extensions for `Rollup`. ([@xiaoxiangmoe](https://github.com/xiaoxiangmoe) in [#2292](https://github.com/vscode-icons/vscode-icons/pull/2292)) +- Enhancement: Support for `Gridsome.client.js`. ([@tyankatsu0105](https://github.com/tyankatsu0105) in [#2290](https://github.com/vscode-icons/vscode-icons/pull/2290)) +- Enhancement: Support for `Firestore` indexes. ([@KingDarBoja](https://github.com/KingDarBoja) in [#2286](https://github.com/vscode-icons/vscode-icons/pull/2286)) +- Feature: Support for `Zeit`. ([@KingDarBoja](https://github.com/KingDarBoja) in [#2285](https://github.com/vscode-icons/vscode-icons/pull/2285)) +- Feature: Support for `Python` folder. ([@KingDarBoja](https://github.com/KingDarBoja) in [#2282](https://github.com/vscode-icons/vscode-icons/pull/2282)) +- Enhancement: Added hidden `codekit` file extensions. ([@anthony0030](https://github.com/anthony0030) in [#2280](https://github.com/vscode-icons/vscode-icons/pull/2280)) +- Feature: Support for `Stan`. ([@KingDarBoja](https://github.com/KingDarBoja) in [#2279](https://github.com/vscode-icons/vscode-icons/pull/2279)) +- Fix: Correct typo in Release Notes. ([@emman27](https://github.com/emman27) in [#2274](https://github.com/vscode-icons/vscode-icons/pull/2274)) + ## 9.5.0 (October 22, 2019) - Feature: Support for `Systemd .service` file. ([@adamzerella](https://github.com/adamzerella) in [#2270](https://github.com/vscode-icons/vscode-icons/pull/2270)) diff --git a/package-lock.json b/package-lock.json index e801270388..a4de95fc4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-icons", - "version": "9.5.0", + "version": "9.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a03ec17b92..2c3542b52c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-icons", "displayName": "vscode-icons", "description": "Icons for Visual Studio Code", - "version": "9.5.0", + "version": "9.6.0", "publisher": "vscode-icons-team", "license": "MIT", "author": {