Skip to content

Commit

Permalink
apply version updates (#870)
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 Feb 5, 2022
1 parent ed4eb35 commit 253d990
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changes/fix-prebuilds-and-postinstall-scripts.md

This file was deleted.

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

## \[1.0.11]

- Fix prebuilt binaries and postinstall scripts
- [ed4eb358](https://github.com/iotaledger/wallet.rs/commit/ed4eb358a6afd7f90e947b9dd0d80a9bed9e9692) fix(bindings/nodejs): Resolve issues with prebuilt binaries and postinstall scripts ([#755](https://github.com/iotaledger/wallet.rs/pull/755)) on 2022-02-05

## \[1.0.10]

- Don't retry pruned messages forever, inputs are checked if they're spent so the status can be updated even if the messages got pruned already.
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/wallet",
"version": "1.0.10",
"version": "1.0.11",
"description": "Node.js binding to the wallet library",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 253d990

Please sign in to comment.