diff --git a/.changes/hexToBech32.md b/.changes/hexToBech32.md deleted file mode 100644 index 0973bf2e8..000000000 --- a/.changes/hexToBech32.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nodejs-binding": patch ---- - -Fix hexToBech32 when bech32_hrp is optional. diff --git a/.changes/types.md b/.changes/types.md deleted file mode 100644 index 1329d275a..000000000 --- a/.changes/types.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nodejs-binding": patch ---- - -Update types and make account_index for GetUnspentAddressBuilder optional. \ No newline at end of file diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index 26fcf77b1..4d8e66fdb 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -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. diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index d36f32cc0..f84e329b2 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -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": {