chore(release): 1.7.0
This commit is contained in:
parent
9d34ca0c3e
commit
267173aed4
3 changed files with 21 additions and 2 deletions
19
CHANGELOG.md
19
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.
|
||||
|
||||
<a name="1.7.0"></a>
|
||||
# [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))
|
||||
|
||||
|
||||
|
||||
<a name="1.6.0"></a>
|
||||
# [1.6.0](https://github.com/equinusocio/vsc-material-theme/compare/v1.5.1...v1.6.0) (2018-04-15)
|
||||
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vsc-material-theme",
|
||||
"version": "1.6.0",
|
||||
"version": "1.7.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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]",
|
||||
|
|
Loading…
Reference in a new issue