Skip to content

Commit

Permalink
fix: changelog and engine version order
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocorradini committed Feb 1, 2023
1 parent 4b5348c commit e289231
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.0.0](https://github.com/gunar/shellcheck/releases/tag/v2.0.0) - 2023-01-12
## [v2.0.0](https://github.com/gunar/shellcheck/releases/tag/v2.0.0) - 2023-01-31

### Added

Expand All @@ -25,6 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Download `ShellCheck` binary only when calling `npx shellcheck` for the first time

### Deprecated

- Drop support for all _Node.js_ versions that do not match `>=18.4.0 || >=16.17.0`

### Removed

- Non Node.js dependency
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"./build"
],
"engines": {
"node": ">=16.17.0 || >=v18.4.0"
"node": ">=18.4.0 || >=16.17.0"
},
"scripts": {
"build": "npx tsc --build tsconfig.json",
Expand Down

0 comments on commit e289231

Please sign in to comment.