Skip to content

Commit 49eff05

Browse files
committed
chore(release): publish
- @decryption/base@0.4.0 - @decryption/bip32@0.4.0 - @decryption/bip39@0.4.0 - @decryption/ciphers@0.4.0 - @decryption/cli@0.4.0 - @decryption/core@0.4.0 - @decryption/cosmology-compat@0.4.0 - @decryption/curves@0.4.0 - @decryption/hashes@0.4.0 - @decryption/keys@0.4.0 - @decryption/secrets@0.4.0 - @decryption/shamir@0.4.0 - @decryption/vault@0.3.0 - @decryption/wallet@0.4.0
1 parent 7e80118 commit 49eff05

28 files changed

Lines changed: 70 additions & 14 deletions

packages/base/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/constructive-io/decryption/compare/@decryption/base@0.3.0...@decryption/base@0.4.0) (2026-07-27)
7+
8+
**Note:** Version bump only for package @decryption/base
9+
610
# [0.3.0](https://github.com/constructive-io/decryption/compare/@decryption/base@0.2.0...@decryption/base@0.3.0) (2026-07-27)
711

812
**Note:** Version bump only for package @decryption/base

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@decryption/base",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Audited & minimal 0-dependency implementation of bech32, base64, base58, base32 & base16. Dual CJS+ESM fork of @scure/base.",
55
"author": "Constructive <developers@constructive.io>",
66
"main": "index.js",

packages/bip32/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/constructive-io/decryption/compare/@decryption/bip32@0.3.0...@decryption/bip32@0.4.0) (2026-07-27)
7+
8+
**Note:** Version bump only for package @decryption/bip32
9+
610
# [0.3.0](https://github.com/constructive-io/decryption/compare/@decryption/bip32@0.2.0...@decryption/bip32@0.3.0) (2026-07-27)
711

812
**Note:** Version bump only for package @decryption/bip32

packages/bip32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@decryption/bip32",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Audited & minimal implementation of BIP32 hierarchical deterministic (HD) wallets. Dual CJS+ESM fork of @scure/bip32.",
55
"author": "Constructive <developers@constructive.io>",
66
"main": "index.js",

packages/bip39/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/constructive-io/decryption/compare/@decryption/bip39@0.3.0...@decryption/bip39@0.4.0) (2026-07-27)
7+
8+
**Note:** Version bump only for package @decryption/bip39
9+
610
# [0.3.0](https://github.com/constructive-io/decryption/compare/@decryption/bip39@0.2.0...@decryption/bip39@0.3.0) (2026-07-27)
711

812
**Note:** Version bump only for package @decryption/bip39

packages/bip39/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@decryption/bip39",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Audited & minimal implementation of BIP39 mnemonic phrases. Dual CJS+ESM fork of @scure/bip39.",
55
"author": "Constructive <developers@constructive.io>",
66
"main": "index.js",

packages/ciphers/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/constructive-io/decryption/compare/@decryption/ciphers@0.3.0...@decryption/ciphers@0.4.0) (2026-07-27)
7+
8+
**Note:** Version bump only for package @decryption/ciphers
9+
610
# [0.3.0](https://github.com/constructive-io/decryption/compare/@decryption/ciphers@0.2.0...@decryption/ciphers@0.3.0) (2026-07-27)
711

812
**Note:** Version bump only for package @decryption/ciphers

packages/ciphers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@decryption/ciphers",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Audited & minimal 0-dependency JS implementation of AES, ChaCha20-Poly1305 and XChaCha20-Poly1305. Dual CJS+ESM fork of @noble/ciphers.",
55
"author": "Constructive <developers@constructive.io>",
66
"main": "index.js",

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/constructive-io/decryption/compare/@decryption/cli@0.3.0...@decryption/cli@0.4.0) (2026-07-27)
7+
8+
**Note:** Version bump only for package @decryption/cli
9+
610
# [0.3.0](https://github.com/constructive-io/decryption/compare/@decryption/cli@0.2.0...@decryption/cli@0.3.0) (2026-07-27)
711

812
### Features

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@decryption/cli",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "dcrypt — local-first CLI for encryption, BIP39 wallets and team secrets",
55
"author": "Constructive <developers@constructive.io>",
66
"main": "index.js",

0 commit comments

Comments
 (0)