From b600cb096b0d2f28afa207a870dd99c162ec6b40 Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Mon, 2 Apr 2018 13:57:20 -0700 Subject: [PATCH] Prepare v1.4.7 release --- .github_changelog_generator | 2 +- CHANGELOG.md | 17 ++++++++++++++++- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 7ab8017..58bf650 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,5 +1,5 @@ user=AtomLinter project=linter-shellcheck -unreleased=false +unreleased=true future-release=v1.4.7 exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,External diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d5a5f..85e4c51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [v1.4.7](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.7) (2018-04-02) + +[Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.6...v1.4.7) + +**Implemented enhancements:** + +- Asyncify the specs [\#106](https://github.com/AtomLinter/linter-shellcheck/pull/106) ([Arcanemagus](https://github.com/Arcanemagus)) +- Update eslint-config-airbnb-base to version 12.0.0 🚀 [\#103](https://github.com/AtomLinter/linter-shellcheck/pull/103) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) + +**Fixed bugs:** + +- Object.extname is deprecated. [\#108](https://github.com/AtomLinter/linter-shellcheck/issues/108) +- Object.dirname is deprecated. [\#107](https://github.com/AtomLinter/linter-shellcheck/issues/107) +- Verify valid TextEditor and path [\#109](https://github.com/AtomLinter/linter-shellcheck/pull/109) ([Arcanemagus](https://github.com/Arcanemagus)) + ## [v1.4.6](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.6) (2017-08-27) [Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.5...v1.4.6) @@ -199,4 +214,4 @@ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/package.json b/package.json index 1888d43..8d8a36c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-shellcheck", "main": "./lib/main.js", - "version": "1.4.6", + "version": "1.4.7", "description": "Lint Bash on the fly, using shellcheck", "repository": "https://github.com/AtomLinter/linter-shellcheck", "license": "MIT",