Skip to content

Commit

Permalink
Drop support for Node.js 12 and add support for Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Sep 7, 2023
1 parent 92a0c10 commit 50ee553
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ workflows:
- build
matrix:
parameters:
node-version: ["14", "16", "18"]
node-version: ["16", "18", "20"]
- test-chrome:
requires:
- build
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ and this project adheres to

### Changed

- Drop support for Node.js 12 and add support for Node.js 20. ([#1421])
- @cosmjs/tendermint-rpc: Remove `Adaptor` abstractions which are not needed
anymore by haing a dedicated client for each backend.
- @cosmjs/tendermint-rpc: Add
`CometClient = Tendermint34Client | Tendermint37Client | Comet38Client` and
`connectComet` for auto-detecting the right client for a provided endpoint.

[#1421]: https://github.com/cosmos/cosmjs/issues/1421

### Deprecated

- @cosmjs/tendermint-rpc: `CometClient` should be used instead of
Expand Down

0 comments on commit 50ee553

Please sign in to comment.