From 279ef6ebea62e1f71eb6e0a0e5e5b3d68997d53e Mon Sep 17 00:00:00 2001 From: Marko Bencun Date: Tue, 20 Jan 2026 09:56:39 +0100 Subject: [PATCH] fix versions The latest tagged NPM release is v0.11.0, so the next one is v0.12.0. The latest tagged crates release is v0.10.0, so the next one is v0.11.0 --- CHANGELOG-npm.md | 6 ++---- CHANGELOG-rust.md | 4 +--- Cargo.lock | 2 +- Cargo.toml | 2 +- NPM_VERSION | 2 +- sandbox/package-lock.json | 2 +- 6 files changed, 7 insertions(+), 11 deletions(-) diff --git a/CHANGELOG-npm.md b/CHANGELOG-npm.md index 9958c0c..3dcc41e 100644 --- a/CHANGELOG-npm.md +++ b/CHANGELOG-npm.md @@ -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 diff --git a/CHANGELOG-rust.md b/CHANGELOG-rust.md index b2ebca3..53ce750 100644 --- a/CHANGELOG-rust.md +++ b/CHANGELOG-rust.md @@ -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()` diff --git a/Cargo.lock b/Cargo.lock index ac9a1e5..f5d0cff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,7 +162,7 @@ checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d" [[package]] name = "bitbox-api" -version = "0.12.0" +version = "0.11.0" dependencies = [ "async-trait", "base32", diff --git a/Cargo.toml b/Cargo.toml index 8b3a53c..0025066 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitbox-api" authors = ["Marko Bencun "] -version = "0.12.0" +version = "0.11.0" homepage = "https://bitbox.swiss/" repository = "https://github.com/BitBoxSwiss/bitbox-api-rs/" readme = "README-rust.md" diff --git a/NPM_VERSION b/NPM_VERSION index 54d1a4f..ac454c6 100644 --- a/NPM_VERSION +++ b/NPM_VERSION @@ -1 +1 @@ -0.13.0 +0.12.0 diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index fcb8c37..2e0b145 100644 --- a/sandbox/package-lock.json +++ b/sandbox/package-lock.json @@ -30,7 +30,7 @@ }, "../pkg": { "name": "bitbox-api", - "version": "0.13.0", + "version": "0.12.0", "license": "Apache-2.0" }, "node_modules/@esbuild/aix-ppc64": {