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.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Aug 27, 2017
1 parent a89d719 commit 0c6b2a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [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)

**Fixed bugs:**

- shellcheck doesn't support zsh [\#95](https://github.com/AtomLinter/linter-shellcheck/issues/95)
- Ignore zsh files [\#102](https://github.com/AtomLinter/linter-shellcheck/pull/102) ([lucasdf](https://github.com/lucasdf))

## [v1.4.5](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.5) (2017-08-26)
[Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.4...v1.4.5)

Expand Down
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.5",
"version": "1.4.6",
"description": "Lint Bash on the fly, using shellcheck",
"repository": "https://github.com/AtomLinter/linter-shellcheck",
"license": "MIT",
Expand Down

0 comments on commit 0c6b2a7

Please sign in to comment.