From 18d7d6abd5b1af393b81f5218bc5db2240f8d60b Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 8 Mar 2018 10:51:34 +0100 Subject: [PATCH] chore(release): 1.5.0 --- CHANGELOG.md | 17 ++++++++++++++++- package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d9ab07..18631ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ -# Changelog +# Material Theme Changelog + +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.5.0](https://github.com/equinusocio/vsc-material-theme/compare/v1.4.0...v1.5.0) (2018-03-08) + + +### Bug Fixes + +* Add support for the new notifications UX ([008bac1](https://github.com/equinusocio/vsc-material-theme/commit/008bac1)) + + +### Features + +* Highlight line number on selected line ([cf69a74](https://github.com/equinusocio/vsc-material-theme/commit/cf69a74)) diff --git a/package-lock.json b/package-lock.json index b3d54f1..9c9695b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vsc-material-theme", - "version": "1.4.2", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a04e172..1e95a20 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.4.2", + "version": "1.5.0", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]", @@ -139,4 +139,4 @@ "url": "https://opencollective.com/vsc-material-theme", "logo": "https://opencollective.com/opencollective/logo.txt" } -} \ No newline at end of file +}