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

Commit 0c6b2a7

Browse files
committed
Prepare v1.4.6 release
1 parent a89d719 commit 0c6b2a7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [v1.4.6](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.6) (2017-08-27)
4+
[Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.5...v1.4.6)
5+
6+
**Fixed bugs:**
7+
8+
- shellcheck doesn't support zsh [\#95](https://github.com/AtomLinter/linter-shellcheck/issues/95)
9+
- Ignore zsh files [\#102](https://github.com/AtomLinter/linter-shellcheck/pull/102) ([lucasdf](https://github.com/lucasdf))
10+
311
## [v1.4.5](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.5) (2017-08-26)
412
[Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.4...v1.4.5)
513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-shellcheck",
33
"main": "./lib/main.js",
4-
"version": "1.4.5",
4+
"version": "1.4.6",
55
"description": "Lint Bash on the fly, using shellcheck",
66
"repository": "https://github.com/AtomLinter/linter-shellcheck",
77
"license": "MIT",

0 commit comments

Comments
 (0)