Skip to content

Commit

Permalink
chore: bump min node version to v16+ (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Jan 2, 2025
2 parents 918bb19 + 9390792 commit 98dea80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/clients/js/CHANGELOG.md.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

- fix: error correctly if apiUrl is not provided (#161)
- feat: add support for `start_time` parameter in `ReadChanges` endpoint
- BREAKING: As of this release, the min node version required by the SDK is now v16.15.0

## v0.7.0

Expand Down
2 changes: 1 addition & 1 deletion config/clients/js/template/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"homepage": "https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}#readme",
"engines": {
"node": ">=14.17.0"
"node": ">=16.15.0"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 98dea80

Please sign in to comment.