Skip to content

Commit

Permalink
apply version updates (#1268)
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 Sep 27, 2022
1 parent 509535f commit 858233a
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@ -10,9 +10,12 @@
".changes/ledger-nano-status.md",
".changes/ledger-nano-unlocks.md",
".changes/native-token-remainder.md",
".changes/postBlockPayload.md",
".changes/pow-hrp-renaming.md",
".changes/pre-release.md",
".changes/query-parameters-renaming.md",
".changes/remove-offline-field.md",
".changes/synced-healthy.md",
".changes/tag-data-string.md",
".changes/ts-dependency.md",
".changes/uint8array-replace-number-array.md",
Expand Down
9 changes: 9 additions & 0 deletions bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## \[3.0.0-alpha.10]

- Rename submitPayload() to postBlockPayload().
- [509535f](https://github.com/iotaledger/iota.rs/commit/509535f6494f384e2fff863fb0637d808928a428) Fix dasel install ([#1276](https://github.com/iotaledger/iota.rs/pull/1276)) on 2022-09-27
- Remove "offline" field from client options.
- [509535f](https://github.com/iotaledger/iota.rs/commit/509535f6494f384e2fff863fb0637d808928a428) Fix dasel install ([#1276](https://github.com/iotaledger/iota.rs/pull/1276)) on 2022-09-27
- Rename `unsyncedNodes()` to `unhealthyNodes()`.
- [509535f](https://github.com/iotaledger/iota.rs/commit/509535f6494f384e2fff863fb0637d808928a428) Fix dasel install ([#1276](https://github.com/iotaledger/iota.rs/pull/1276)) on 2022-09-27

## \[3.0.0-alpha.9]

- Fix input selection when only native tokens are remaining.
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": "3.0.0-alpha.9",
"version": "3.0.0-alpha.10",
"description": "Node.js binding to the client library",
"main": "out/lib/index.js",
"types": "out/lib/index.d.ts",
Expand Down

0 comments on commit 858233a

Please sign in to comment.