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

Commit

Permalink
Prepare v1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Aug 23, 2018
1 parent 9fc415f commit aedfecf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
user=AtomLinter
project=linter-shellcheck
unreleased=true
future-release=v1.4.7
future-release=v1.5.0
exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,External
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [v1.5.0](https://github.com/AtomLinter/linter-shellcheck/tree/v1.5.0) (2018-08-23)

[Full Changelog](https://github.com/AtomLinter/linter-shellcheck/compare/v1.4.7...v1.5.0)

**Implemented enhancements:**

- Relative paths in source directives [\#117](https://github.com/AtomLinter/linter-shellcheck/issues/117)
- 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))

## [v1.4.7](https://github.com/AtomLinter/linter-shellcheck/tree/v1.4.7) (2018-04-02)

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



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
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.7",
"version": "1.5.0",
"description": "Lint Bash on the fly, using shellcheck",
"repository": "https://github.com/AtomLinter/linter-shellcheck",
"license": "MIT",
Expand Down

0 comments on commit aedfecf

Please sign in to comment.