Skip to content

Commit

Permalink
Update package.json engines.node property
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Apr 29, 2024
1 parent 4200e4b commit ca39274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

---

## [4.0.5] 2024-04-29
## [4.0.5 - 4.0.6] 2024-04-29

### Changed

- Updated dependencies
- Updated `package.json` `engines.node` property to reflect changes from v4

---

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"rc": "npm version prerelease --preid RC"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"author": "Brian LeRoux <b@brian.io>",
"license": "Apache-2.0",
Expand Down

0 comments on commit ca39274

Please sign in to comment.