Skip to content

Commit 1301a03

Browse files
author
github-actions
committed
chore(release): v0.17.1
1 parent 06d7cc4 commit 1301a03

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

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.17.1](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.17.0...v0.17.1) (2025-11-18)
7+
8+
**Note:** Version bump only for package @sd-jwt/sd-jwt-vc
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

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

packages/jwt-status-list/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.17.1](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.17.0...v0.17.1) (2025-11-18)
7+
8+
**Note:** Version bump only for package @sd-jwt/jwt-status-list
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

packages/jwt-status-list/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/jwt-status-list",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "Implementation based on https://datatracker.ietf.org/doc/draft-ietf-oauth-status-list/",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/sd-jwt-vc/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.17.1](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.17.0...v0.17.1) (2025-11-18)
7+
8+
**Note:** Version bump only for package @sd-jwt/sd-jwt-vc
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/sd-jwt-vc

packages/sd-jwt-vc/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/sd-jwt-vc",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "sd-jwt draft 7 implementation in typescript",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)