Skip to content

Commit

Permalink
apply version updates (#522)
Browse files Browse the repository at this point in the history
Co-authored-by: Thoralf-M <Thoralf-M@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Thoralf-M authored May 3, 2021
1 parent f67b445 commit b257d0b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changes/hexToBech32.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/types.md

This file was deleted.

7 changes: 7 additions & 0 deletions bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[0.3.2]

- Fix hexToBech32 when bech32\_hrp is optional.
- [f67b445d](https://github.com/iotaledger/iota.rs/commit/f67b445d848b4cc4120a68600cd84ef0bb84de45) nodejs/fix hexToBech32 and update versions ([#533](https://github.com/iotaledger/iota.rs/pull/533)) on 2021-05-03
- Update types and make account_index for GetUnspentAddressBuilder optional.
- [30585801](https://github.com/iotaledger/iota.rs/commit/305858017cabff456619f5ef0034dfa1973c5117) update nodejs types, optional account_index ([#518](https://github.com/iotaledger/iota.rs/pull/518)) on 2021-04-27

## \[0.3.1]

- Update minPoWScore in nodeinfo.
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/client",
"version": "0.3.1",
"version": "0.3.2",
"description": "Node.js binding to the client library",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit b257d0b

Please sign in to comment.