Skip to content

Commit

Permalink
apply version updates (#1295)
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 Oct 27, 2022
1 parent c18d9d7 commit 29b0170
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .changes/pre.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"tag": "rc",
"changes": [
".changes/networkinfo.md"
".changes/alias-nft-unlock.md",
".changes/ledger-nano-prompt.md",
".changes/networkinfo.md",
".changes/prebuilds.md",
".changes/protocol-parameters.md"
]
}
11 changes: 11 additions & 0 deletions client/bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## \[3.0.0-rc.1]

- Add alias and nfts output in `try_select_input` to the inputs, when required for an unlock condition of an input.
- [c18d9d7](https://github.com/iotaledger/iota.rs/commit/c18d9d77e8a18aef8e47c386ebe0736493bd134f) Rename `GenerateAddressMetadata` to `GenerateAddressOptions` ([#1330](https://github.com/iotaledger/iota.rs/pull/1330)) on 2022-10-25
- Rename `IGenerateAddressOptions` to `IGenerateAddressOptions` and replace its syncing field with ledgerNanoPrompt.
- [c18d9d7](https://github.com/iotaledger/iota.rs/commit/c18d9d77e8a18aef8e47c386ebe0736493bd134f) Rename `GenerateAddressMetadata` to `GenerateAddressOptions` ([#1330](https://github.com/iotaledger/iota.rs/pull/1330)) on 2022-10-25
- Fix prebuild scripts.
- [c18d9d7](https://github.com/iotaledger/iota.rs/commit/c18d9d77e8a18aef8e47c386ebe0736493bd134f) Rename `GenerateAddressMetadata` to `GenerateAddressOptions` ([#1330](https://github.com/iotaledger/iota.rs/pull/1330)) on 2022-10-25
- Add `getTokenSupply` and `getProtocolParameters`.
- [c18d9d7](https://github.com/iotaledger/iota.rs/commit/c18d9d77e8a18aef8e47c386ebe0736493bd134f) Rename `GenerateAddressMetadata` to `GenerateAddressOptions` ([#1330](https://github.com/iotaledger/iota.rs/pull/1330)) on 2022-10-25

## \[3.0.0-rc.0]

- Fix types in networkInfo.
Expand Down
2 changes: 1 addition & 1 deletion client/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-rc.0",
"version": "3.0.0-rc.1",
"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 29b0170

Please sign in to comment.