diff --git a/CHANGELOG.md b/CHANGELOG.md index 3795855..004ea90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -# [4070-2.4.2](https://github.com/mauroreisvieira/github-sublime-theme/compare/4060-2.4.1...v2.4.2) (2022-01-13) +# [4070-2.4.3](https://github.com/mauroreisvieira/github-sublime-theme/compare/4070-2.4.2...4070-2.4.3) (2022-01-13) + +### Bug Fixes + +- sidebar color of `vcsIgnored` + +# [4070-2.4.2](https://github.com/mauroreisvieira/github-sublime-theme/compare/4070-2.4.1...4070-2.4.2) (2022-01-13) # [4070-2.4.1](https://github.com/mauroreisvieira/github-sublime-theme/compare/4070-2.4.0...4070-2.4.1) (2022-01-12) diff --git a/package.json b/package.json index 81dc676..e12ebb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-sublime-theme", - "version": "2.4.2", + "version": "2.4.3", "description": "GitHub theme for Sublime Text", "repository": { "type": "git", diff --git a/scripts/release.sh b/scripts/release.sh index f999020..4ed8062 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -28,7 +28,7 @@ then npm version --no-git-tag-version --no-commit-hooks --new-version $VERSION # CHANGELOG - # npm run changelog + npm run changelog cecho "YELLOW" "Please check git history and the CHANGELOG and press ENTER" read OKAY