diff --git a/CHANGELOG.md b/CHANGELOG.md index b805a52..fabae59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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. + +# [2.0.0](https://github.com/equinusocio/vsc-material-theme/compare/v1.7.0...v2.0.0) (2018-04-22) + + + # [1.7.0](https://github.com/equinusocio/vsc-material-theme/compare/v1.6.0...v1.7.0) (2018-04-22) diff --git a/package-lock.json b/package-lock.json index 90cf040..8de29d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vsc-material-theme", - "version": "1.7.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 65f6c8f..4c9b773 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.7.0", + "version": "2.0.0", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]",