From 6e270d3dc07b6942dcb66d0a9e53aa34775de52d Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sun, 22 Apr 2018 23:16:43 +0200 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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]",