From 267173aed461761bd632d78a610e4eb75aee77d1 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sun, 22 Apr 2018 23:16:01 +0200 Subject: [PATCH] chore(release): 1.7.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c4a4e..b805a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [1.7.0](https://github.com/equinusocio/vsc-material-theme/compare/v1.6.0...v1.7.0) (2018-04-22) + + +### Bug Fixes + +* **build:** first build icons folder ([#161](https://github.com/equinusocio/vsc-material-theme/issues/161)) ([761f426](https://github.com/equinusocio/vsc-material-theme/commit/761f426)) +* **changelog-command:** fixing ext name for markdown ([#164](https://github.com/equinusocio/vsc-material-theme/issues/164)) ([974ce25](https://github.com/equinusocio/vsc-material-theme/commit/974ce25)) +* **update-icons:** added command for update icons ([3d11191](https://github.com/equinusocio/vsc-material-theme/commit/3d11191)) +* **update-icons:** set icons when choose or activate material theme ([5d8bfa7](https://github.com/equinusocio/vsc-material-theme/commit/5d8bfa7)) + + +### Features + +* A lot of new file icons and some old icons fixed ([014b76d](https://github.com/equinusocio/vsc-material-theme/commit/014b76d)) +* New variants available: Ocean and Ocean High Contrast ([36333ad](https://github.com/equinusocio/vsc-material-theme/commit/36333ad)) + + + # [1.6.0](https://github.com/equinusocio/vsc-material-theme/compare/v1.5.1...v1.6.0) (2018-04-15) diff --git a/package-lock.json b/package-lock.json index 3bd6035..90cf040 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vsc-material-theme", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6584bdd..65f6c8f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vsc-material-theme", "displayName": "Material Theme", "description": "The most epic theme now for Visual Studio Code", - "version": "1.6.0", + "version": "1.7.0", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]",