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

Commit aedfecf

Browse files
committed
Prepare v1.5.0 release
1 parent 9fc415f commit aedfecf

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-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
33
unreleased=true
4-
future-release=v1.4.7
4+
future-release=v1.5.0
55
exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,External

CHANGELOG.md

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

3+
## [v1.5.0](https://github.com/AtomLinter/linter-shellcheck/tree/v1.5.0) (2018-08-23)
4+
5+
[Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.7...v1.5.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Relative paths in source directives [\#117](https://github.com/AtomLinter/linter-shellcheck/issues/117)
10+
- Allow ShellCheck `source=` directive to be relative to project root instead of file path [\#124](https://github.com/AtomLinter/linter-shellcheck/pull/124) ([tbehling](https://github.com/tbehling))
11+
312
## [v1.4.7](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.7) (2018-04-02)
413

514
[Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.6...v1.4.7)
@@ -214,4 +223,4 @@
214223

215224

216225

217-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
226+
\* *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.7",
4+
"version": "1.5.0",
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)