parent
cf69a74e49
commit
2822d3af9b
4 changed files with 7 additions and 2 deletions
BIN
.gulp/index.ts
BIN
.gulp/index.ts
Binary file not shown.
BIN
.gulp/tasks/changelog-title.ts
Normal file
BIN
.gulp/tasks/changelog-title.ts
Normal file
Binary file not shown.
|
@ -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)
|
||||
|
|
|
@ -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/",
|
||||
|
|
Loading…
Reference in a new issue