Skip to content

Commit 24859e6

Browse files
committed
Merge branch 'versions'
2 parents c5b3c9d + 279ef6e commit 24859e6

File tree

6 files changed

+7
-11
lines changed

6 files changed

+7
-11
lines changed

CHANGELOG-npm.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Changelog
22

3-
## 0.13.0
4-
- add `changePassword()` to change the device password (firmware >=9.25.0)
5-
63
## 0.12.0
74
- btc: add support for OP_RETURN outputs
5+
- add `changePassword()` to change the device password (firmware >=9.25.0)
86

97
## 0.11.0
10-
- Add `btcXpubs()`
8+
- btc: add support for OP_RETURN outputs
119

1210
## 0.10.1
1311
- package.json: use "main" instead of "module" to fix compatiblity with vitest

CHANGELOG-rust.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Changelog
22

3-
## 0.12.0
4-
- add `change_password()` to change the device password (firmware >=9.25.0)
5-
63
## 0.11.0
74
- btc: add support for OP_RETURN outputs
5+
- add `change_password()` to change the device password (firmware >=9.25.0)
86

97
## 0.10.0
108
- Add `btc_xpubs()`

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bitbox-api"
33
authors = ["Marko Bencun <benma@bitbox.swiss>"]
4-
version = "0.12.0"
4+
version = "0.11.0"
55
homepage = "https://bitbox.swiss/"
66
repository = "https://github.com/BitBoxSwiss/bitbox-api-rs/"
77
readme = "README-rust.md"

NPM_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0
1+
0.12.0

sandbox/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)