Skip to content

Commit 2b83e10

Browse files
committed
Changelog entry for v1.0.2
1 parent 22226d2 commit 2b83e10

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Version 1.0.2] — 2022-02-09
8+
9+
### Fixed
10+
11+
* Look for `COMPOSER_RUNTIME_BIN_DIR`, not `COMPOSER_BIN_DIR` when altering the user's `$PATH` to prevent recursion in Composer scripts ([#5]).
12+
713
## [Version 1.0.1] — 2022-02-08
814

915
### Fixed
@@ -17,4 +23,6 @@ Initial release.
1723
[Unreleased]: https://github.com/assertwell/shellcheck/compare/main...develop
1824
[Version 1.0.0]: https://github.com/assertwell/shellcheck/releases/tag/v1.0.0
1925
[Version 1.0.1]: https://github.com/assertwell/shellcheck/releases/tag/v1.0.1
26+
[Version 1.0.2]: https://github.com/assertwell/shellcheck/releases/tag/v1.0.2
2027
[#3]: https://github.com/assertwell/shellcheck/pull/3
28+
[#5]: https://github.com/assertwell/shellcheck/pull/5

0 commit comments

Comments
 (0)