Skip to content

Commit b22b6be

Browse files
author
github-actions
committed
chore(release): v0.18.0
1 parent 3e1ec7f commit b22b6be

File tree

22 files changed

+125
-11
lines changed

22 files changed

+125
-11
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.18.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.17.1...v0.18.0) (2026-01-11)
7+
8+
9+
### Bug Fixes
10+
11+
* integrity check ([#339](https://github.com/openwallet-foundation/sd-jwt-js/issues/339)) ([4a4c1b0](https://github.com/openwallet-foundation/sd-jwt-js/commit/4a4c1b0c04615bcf0e455d51cd1b9234cbcd0d78))
12+
* npm release ([#349](https://github.com/openwallet-foundation/sd-jwt-js/issues/349)) ([7907ad9](https://github.com/openwallet-foundation/sd-jwt-js/commit/7907ad91dc36737d06f5043d5992ebc2acc97b57))
13+
14+
15+
### Features
16+
17+
* add support for ES384 and ES512 in node-crypto and browser-crypto ([#333](https://github.com/openwallet-foundation/sd-jwt-js/issues/333)) ([247dd05](https://github.com/openwallet-foundation/sd-jwt-js/commit/247dd052f4637d2794cf1a58c629b65e79f8d4e4))
18+
* allow undefined type metadata to be returned by resolver ([#338](https://github.com/openwallet-foundation/sd-jwt-js/issues/338)) ([213de7e](https://github.com/openwallet-foundation/sd-jwt-js/commit/213de7e85b9820ca638ba3362fe4deee808e236e))
19+
* validate sd jwt vc type metadata with zod ([#348](https://github.com/openwallet-foundation/sd-jwt-js/issues/348)) ([23e4beb](https://github.com/openwallet-foundation/sd-jwt-js/commit/23e4beb767451ef975709d01e471285da00f55e9))
20+
21+
22+
23+
24+
625
## [0.17.1](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.17.0...v0.17.1) (2025-11-18)
726

827
**Note:** Version bump only for package @sd-jwt/sd-jwt-vc

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.17.1",
3+
"version": "0.18.0",
44
"npmClient": "pnpm",
55
"exact": true,
66
"message": "chore(release): %s",

packages/browser-crypto/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.18.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.17.1...v0.18.0) (2026-01-11)
7+
8+
9+
### Features
10+
11+
* add support for ES384 and ES512 in node-crypto and browser-crypto ([#333](https://github.com/openwallet-foundation/sd-jwt-js/issues/333)) ([247dd05](https://github.com/openwallet-foundation/sd-jwt-js/commit/247dd052f4637d2794cf1a58c629b65e79f8d4e4))
12+
13+
14+
15+
16+
617
# [0.17.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.16.0...v0.17.0) (2025-10-23)
718

819
**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.17.0",
3+
"version": "0.18.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.18.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.17.1...v0.18.0) (2026-01-11)
7+
8+
**Note:** Version bump only for package @sd-jwt/core
9+
10+
11+
12+
13+
614
# [0.17.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.16.0...v0.17.0) (2025-10-23)
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.17.0",
3+
"version": "0.18.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.18.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.17.1...v0.18.0) (2026-01-11)
7+
8+
**Note:** Version bump only for package @sd-jwt/decode
9+
10+
11+
12+
13+
614
# [0.17.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.16.0...v0.17.0) (2025-10-23)
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.17.0",
3+
"version": "0.18.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: 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.18.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.17.1...v0.18.0) (2026-01-11)
7+
8+
**Note:** Version bump only for package @sd-jwt/hash
9+
10+
11+
12+
13+
614
# [0.17.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.16.0...v0.17.0) (2025-10-23)
715

816
**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.17.0",
3+
"version": "0.18.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)