Skip to content

Commit

Permalink
[gear-js/api] release 0.32.0 (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit authored Jun 28, 2023
1 parent 49b943d commit f1581af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## master
## 0.32.0

_06/28/2023_

Expand All @@ -21,6 +21,7 @@ https://github.com/gear-tech/gear-js/pull/1307
- Add `runtime_wasmBlobVersion` rpc call according to https://github.com/gear-tech/gear/pull/2760
- New approach to metadata according to https://github.com/gear-tech/gear/pull/2829
- Bump `polkadot-js` to `10.9.1`

## 0.31.2

_05/26/2023_
Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gear-js/api",
"version": "0.31.2",
"version": "0.32.0",
"description": "A JavaScript library that provides functionality to connect GEAR Component APIs.",
"main": "cjs/index.js",
"module": "index.js",
Expand Down

0 comments on commit f1581af

Please sign in to comment.