chore(release): 1.5.0

This commit is contained in:
Mattia Astorino 2018-03-08 10:51:34 +01:00
parent 2822d3af9b
commit 18d7d6abd5
3 changed files with 19 additions and 4 deletions

View file

@ -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.
<a name="1.5.0"></a>
# [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))

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "vsc-material-theme",
"version": "1.4.2",
"version": "1.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -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"
}
}
}