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

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

**Implemented enhancements:**

- Update eslint to version 4.3.0 🚀 [\#99](https://github.com/AtomLinter/linter-shellcheck/pull/99) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update atom-linter to version 10.0.0 🚀 [\#97](https://github.com/AtomLinter/linter-shellcheck/pull/97) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

**Fixed bugs:**

- Shellcheck linter reports Warning as Error [\#96](https://github.com/AtomLinter/linter-shellcheck/issues/96)
- Treat messages of level `note` as info [\#101](https://github.com/AtomLinter/linter-shellcheck/pull/101) ([lucasdf](https://github.com/lucasdf))

## [v1.4.4](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.4) (2017-03-18)
[Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.3...v1.4.4)

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

0 comments on commit 4c22cde

Please sign in to comment.