Skip to content

Commit

Permalink
docs: updated changelog for v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luisaveiro committed Jan 7, 2023
1 parent b10436d commit 478a018
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.6.1] - 2023-01-07
### Fixed
- ShellCheck Docker image tag.
- Declaration multiple modifiers in one declaration ([ShellCheck SC2316](https://github.com/koalaman/shellcheck/wiki/SC2316)).
- Arithmetic expression wrapped in parentheses ([ShellCheck SC2323](https://github.com/koalaman/shellcheck/wiki/SC2323)).
- Unnecessary ${} on regular variables in arithmetic contexts ([ShellCheck SC2004](https://github.com/koalaman/shellcheck/wiki/SC2004)).

## [0.6.0] - 2022-04-10
### Added
Expand Down

0 comments on commit 478a018

Please sign in to comment.