Skip to content

Commit

Permalink
apply version updates (#224)
Browse files Browse the repository at this point in the history
Co-authored-by: thibault-martinez <[email protected]>
  • Loading branch information
github-actions[bot] and thibault-martinez authored Apr 11, 2023
1 parent e034756 commit dd66e1c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
".changes/align-transactions.md",
".changes/async-destroy.md",
".changes/auth.md",
".changes/balance-voting-power.md",
".changes/basecoinbalanceAvailable.md",
".changes/basic-auth.md",
".changes/bech32-address.md",
Expand All @@ -34,6 +35,7 @@
".changes/fix-burn-mismatch.md",
".changes/fix-dependency-url-wallet.md",
".changes/fix-dependency-url.md",
".changes/fix-listen.md",
".changes/fix-not-synced-timestamp.md",
".changes/fix-participation-function-enum-variant.md",
".changes/fix-rebuild-script.md",
Expand All @@ -56,6 +58,7 @@
".changes/install.md",
".changes/ledger-nano-prompt.md",
".changes/managerOptions.md",
".changes/merge-send-micro-amount.md",
".changes/move-participation-functions.md",
".changes/mqtt.md",
".changes/networkinfo.md",
Expand Down
10 changes: 10 additions & 0 deletions sdk/src/wallet/bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## \[2.0.3-rc.32]

- Add `BaseCoinBalance.voting_power` field.
Remove `getVotingPower`.
- [e034756](https://github.com/iotaledger/iota-sdk/commit/e0347568b9e384f19abf7e48fd757caed9aa0f9e) fix: listen function ([#227](https://github.com/iotaledger/iota-sdk/pull/227)) on 2023-04-11
- Fix listen() function.
- [e034756](https://github.com/iotaledger/iota-sdk/commit/e0347568b9e384f19abf7e48fd757caed9aa0f9e) fix: listen function ([#227](https://github.com/iotaledger/iota-sdk/pull/227)) on 2023-04-11
- Merge `Account::sendAmount` and `Account::sendMicroTransaction`. Add `allowMicroAmount` option to send micro transactions.
- [e034756](https://github.com/iotaledger/iota-sdk/commit/e0347568b9e384f19abf7e48fd757caed9aa0f9e) fix: listen function ([#227](https://github.com/iotaledger/iota-sdk/pull/227)) on 2023-04-11

## \[2.0.3-rc.31]

- Unlock inputs that aren't used in transactions.
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/wallet/bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/wallet",
"version": "2.0.3-rc.31",
"version": "2.0.3-rc.32",
"description": "Node.js binding to the wallet library",
"main": "out/lib/index.js",
"types": "out/lib/index.d.ts",
Expand Down

0 comments on commit dd66e1c

Please sign in to comment.