Skip to content

Commit

Permalink
apply version updates (#688)
Browse files Browse the repository at this point in the history
Co-authored-by: Thoralf-M <[email protected]>
  • Loading branch information
github-actions[bot] and Thoralf-M authored Sep 23, 2021
1 parent 9489d31 commit e685ffa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changes/offline.md

This file was deleted.

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

## \[2.0.0]

- Changed input() to accept the output id as string instead of the transaction id and the output index
Add functionality for offline signing: offlineMode(), findInputs(), prepareTransaction(), signTransaction(), finishMessage()
- [9489d319](https://github.com/iotaledger/iota.rs/commit/9489d319e971a18f44e4c88d38789f6b6b4d4d7e) Nodejs offline signing ([#674](https://github.com/iotaledger/iota.rs/pull/674)) on 2021-09-23

## \[1.0.1]

- Fix consolidation for higher start indexes
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": "1.0.1",
"version": "2.0.0",
"description": "Node.js binding to the client library",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit e685ffa

Please sign in to comment.