chore: Add changelog title

Close: #139
This commit is contained in:
Mattia Astorino 2018-03-08 10:48:20 +01:00
parent cf69a74e49
commit 2822d3af9b
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
4 changed files with 7 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1,6 +1,6 @@
# Change Log
# 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.4.0"></a>
# [1.4.0](https://github.com/equinusocio/vsc-material-theme/compare/v1.3.0...v1.4.0) (2018-02-19)

View file

@ -22,6 +22,11 @@
"engines": {
"vscode": "^1.19.0"
},
"standard-version": {
"scripts": {
"postchangelog": "yarn gulp changelog-title"
}
},
"scripts": {
"build": "yarn build-icons && yarn build-themes && yarn build-icons-accents && yarn build-icons-variants",
"minimize-icons": "svgo -f src/icons/svgs -o icons/",