Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Prepare v1.4.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Apr 2, 2018
1 parent 9b1ede6 commit b600cb0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -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
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b600cb0

Please sign in to comment.