Skip to content

Commit 0654a46

Browse files
author
github-actions
committed
chore(release): v0.13.0
1 parent f89ba44 commit 0654a46

File tree

22 files changed

+109
-11
lines changed

22 files changed

+109
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.13.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.12.0...v0.13.0) (2025-06-25)
7+
8+
9+
### Features
10+
11+
* add sha384, sha512 support ([#282](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/282)) ([0a2f20b](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/0a2f20b6383d2356540e7a9cc37748c7b9caced2))
12+
* fetch VCT Metadata from SD JWT header ([#288](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/288)) ([#294](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/294)) ([f89ba44](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/f89ba445aeb57ce342ec76b58a0eb6d0c090a4e9))
13+
14+
15+
16+
17+
618
# [0.12.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.11.0...v0.12.0) (2025-06-21)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"npmClient": "pnpm",
55
"exact": true,
66
"message": "chore(release): %s",

packages/browser-crypto/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.13.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.12.0...v0.13.0) (2025-06-25)
7+
8+
**Note:** Version bump only for package @sd-jwt/crypto-browser
9+
10+
11+
12+
13+
614
# [0.12.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.11.0...v0.12.0) (2025-06-21)
715

816
**Note:** Version bump only for package @sd-jwt/crypto-browser

packages/browser-crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sd-jwt/crypto-browser",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "sd-jwt draft 7 implementation in typescript",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.13.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.12.0...v0.13.0) (2025-06-25)
7+
8+
**Note:** Version bump only for package @sd-jwt/core
9+
10+
11+
12+
13+
614
# [0.12.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.11.0...v0.12.0) (2025-06-21)
715

816
**Note:** Version bump only for package @sd-jwt/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sd-jwt/core",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "sd-jwt draft 7 implementation in typescript",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/decode/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.13.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.12.0...v0.13.0) (2025-06-25)
7+
8+
**Note:** Version bump only for package @sd-jwt/decode
9+
10+
11+
12+
13+
614
# [0.12.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.11.0...v0.12.0) (2025-06-21)
715

816
**Note:** Version bump only for package @sd-jwt/decode

packages/decode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sd-jwt/decode",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "sd-jwt draft 7 implementation in typescript",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/hash/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.13.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.12.0...v0.13.0) (2025-06-25)
7+
8+
9+
### Features
10+
11+
* add sha384, sha512 support ([#282](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/282)) ([0a2f20b](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/0a2f20b6383d2356540e7a9cc37748c7b9caced2))
12+
13+
14+
15+
16+
617
# [0.12.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.11.0...v0.12.0) (2025-06-21)
718

819
**Note:** Version bump only for package @sd-jwt/hash

packages/hash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sd-jwt/hash",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "sd-jwt draft 7 implementation in typescript",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)