From 4c22cdecec150ef1b2936ac2ac1ac0e7df99ff37 Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Sat, 26 Aug 2017 01:18:53 -0700 Subject: [PATCH] Prepare v1.4.5 release --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e584a83..7bb29df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 00adcc7..a2faef3 100644 --- a/package.json +++ b/package.json @@ -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",