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

Commit 4c22cde

Browse files
committed
Prepare v1.4.5 release
1 parent 4368632 commit 4c22cde

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [v1.4.5](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.5) (2017-08-26)
4+
[Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.4...v1.4.5)
5+
6+
**Implemented enhancements:**
7+
8+
- Update eslint to version 4.3.0 🚀 [\#99](https://github.com/AtomLinter/linter-shellcheck/pull/99) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
9+
- Update atom-linter to version 10.0.0 🚀 [\#97](https://github.com/AtomLinter/linter-shellcheck/pull/97) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
10+
11+
**Fixed bugs:**
12+
13+
- Shellcheck linter reports Warning as Error [\#96](https://github.com/AtomLinter/linter-shellcheck/issues/96)
14+
- Treat messages of level `note` as info [\#101](https://github.com/AtomLinter/linter-shellcheck/pull/101) ([lucasdf](https://github.com/lucasdf))
15+
316
## [v1.4.4](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.4) (2017-03-18)
417
[Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.3...v1.4.4)
518

package.json

+1-1
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.4",
4+
"version": "1.4.5",
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)