Skip to content

Commit

Permalink
packaging: bump clients/js to 2.0.1 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
CedarMist committed Sep 20, 2024
1 parent 1d1308b commit 192b14f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions clients/js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is inspired by [Keep a Changelog].

[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/

## 2.0.1 (2024-09)

https://github.com/oasisprotocol/sapphire-paratime/milestone/2?closed=1

### Fixed

- Use `core.CallDataPublicKey` subcall, instead of `oasis_callDataPublicKey` RPC call

## 2.0.0-next.1 (2024-08)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"name": "@oasisprotocol/sapphire-paratime",
"license": "Apache-2.0",
"version": "2.0.0",
"version": "2.0.1",
"description": "The Sapphire ParaTime Web3 integration library.",
"homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/clients/js",
"repository": {
Expand Down

0 comments on commit 192b14f

Please sign in to comment.