Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions CHANGELOG-npm.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Changelog

## 0.13.0
- add `changePassword()` to change the device password (firmware >=9.25.0)

## 0.12.0
- btc: add support for OP_RETURN outputs
- add `changePassword()` to change the device password (firmware >=9.25.0)

## 0.11.0
- Add `btcXpubs()`
- btc: add support for OP_RETURN outputs

## 0.10.1
- package.json: use "main" instead of "module" to fix compatiblity with vitest
Expand Down
4 changes: 1 addition & 3 deletions CHANGELOG-rust.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Changelog

## 0.12.0
- add `change_password()` to change the device password (firmware >=9.25.0)

## 0.11.0
- btc: add support for OP_RETURN outputs
- add `change_password()` to change the device password (firmware >=9.25.0)

## 0.10.0
- Add `btc_xpubs()`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bitbox-api"
authors = ["Marko Bencun <benma@bitbox.swiss>"]
version = "0.12.0"
version = "0.11.0"
homepage = "https://bitbox.swiss/"
repository = "https://github.com/BitBoxSwiss/bitbox-api-rs/"
readme = "README-rust.md"
Expand Down
2 changes: 1 addition & 1 deletion NPM_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.12.0
2 changes: 1 addition & 1 deletion sandbox/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.