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

Commit b600cb0

Browse files
committed
Prepare v1.4.7 release
1 parent 9b1ede6 commit b600cb0

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
user=AtomLinter
22
project=linter-shellcheck
3-
unreleased=false
3+
unreleased=true
44
future-release=v1.4.7
55
exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,External

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [v1.4.7](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.7) (2018-04-02)
4+
5+
[Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.6...v1.4.7)
6+
7+
**Implemented enhancements:**
8+
9+
- Asyncify the specs [\#106](https://github.com/AtomLinter/linter-shellcheck/pull/106) ([Arcanemagus](https://github.com/Arcanemagus))
10+
- Update eslint-config-airbnb-base to version 12.0.0 🚀 [\#103](https://github.com/AtomLinter/linter-shellcheck/pull/103) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
11+
12+
**Fixed bugs:**
13+
14+
- Object.extname is deprecated. [\#108](https://github.com/AtomLinter/linter-shellcheck/issues/108)
15+
- Object.dirname is deprecated. [\#107](https://github.com/AtomLinter/linter-shellcheck/issues/107)
16+
- Verify valid TextEditor and path [\#109](https://github.com/AtomLinter/linter-shellcheck/pull/109) ([Arcanemagus](https://github.com/Arcanemagus))
17+
318
## [v1.4.6](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.6) (2017-08-27)
419

520
[Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.5...v1.4.6)
@@ -199,4 +214,4 @@
199214

200215

201216

202-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
217+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

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