diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..257ff1d5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,42 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.4.0 (2024-03-08) + + +### Bug Fixes + +* add public param ([#92](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/92)) ([c3d7311](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/c3d7311551693bddaf8b2661f0e1b295f8d3e00c)) +* add publish config ([#93](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/93)) ([2e4c5c1](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/2e4c5c176dc88e58e49d06783b7658d8ad872313)) +* add the payload that is required ([6c53580](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/6c53580d12e4361c40435b90628302749fa32b1c)) +* adding myself to the contributors page ([#90](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/90)) ([3096388](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/3096388a196be7050ffb7a87e91980e45a24e304)) +* change name in packages ([832554d](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/832554d56c44d46677a55d5c1f76ea5414335931)) +* change SDJwtPayload to SdJwtPayload ([9f06ef7](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/9f06ef7bd31a1dff4e9bf988e425200a5e1aa82d)) +* ci publish action ([#89](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/89)) ([fedec8d](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/fedec8d8552300ab26229a5c94031086ff02aaec)) +* convert any usage into or typed version ([#80](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/80)) ([de4df54](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/de4df54f2a0a77fdbf97e10abac555a98e70c6e0)) +* format file ([28202b2](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/28202b20daf80225cea0f5415a14b623276c6188)) +* implement kbverify function ([#127](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/127)) ([e5609f2](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/e5609f26fab8c4991d3bd6c36066a95a30cfb972)) +* make sdjwt instance non abstract ([#122](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/122)) ([e85aae8](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/e85aae89910f5d9468e29ef14ef3b3d3215b86fd)) +* the bytes of the output of the hash function must be base64url-encoded. ([#57](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/57)) ([025786b](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/025786bd76415195e5daff0c5f2270ece31bd963)) +* update example code ([84a8d36](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/84a8d365508fffcd34d72149f9462767a116c4f5)) +* update type of credential ([63d5ebb](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/63d5ebb4e3e5dd34ae8f82b2ef890a9b2647654f)) +* upload code cov ([#75](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/75)) ([1b24ff9](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/1b24ff9fb57e0ddd480892cba09e01e70d3f1cdc)) + + +### Features + +* add jwk type ([#130](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/130)) ([8ce255a](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/8ce255a64b0940e92e647aa544bf5990b48279b7)) +* add new package for sd-jwt-vc ([ed99188](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/ed99188f13184d58db64b4211e39fb67f3f78cb5)) +* Apply lerna to move src to core ([#67](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/67)) ([49e272b](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/49e272b6b51c5226e22732c469e566fd3c14c57c)) +* calcuate sd_hash in kb JWT ([#117](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/117)) ([3415550](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/3415550fbcd99f97babff442a4928cc827c5c9cc)) +* checking kb header value ([#133](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/133)) ([cd2991b](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/cd2991b88a0522e39251c5ca2b67593130baa585)) +* create kb jwt when present all ([#129](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/129)) ([72ed1ad](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/72ed1ad64b850876ba3b5d5e5df6128471fb44ac)) +* es crypto features to nodejs and browser ([#106](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/106)) ([3ba74e9](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/3ba74e936dbc39698d47c6c8c1da956430e937f8)) +* fix async handling in jwt verify ([#131](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/131)) ([76cb930](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/76cb93021dd62c241c87656975f74dd44b3766cf)) +* fixing exclude _sd_alg when no disclosure ([#120](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/120)) ([dcaf1f6](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/dcaf1f6fad3289ea7cbe0f3f410fdc15c0f77fda)) +* restore rsa type in JWK ([#137](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/137)) ([fe0d8f6](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/fe0d8f6a3249dfea27b08f82165555de389efe1d)) +* Support lower version of nodejs in crypto ([#48](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/48)) ([6aa790c](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/6aa790c0bbb547608d88a6ae3809ffa6cae3cf73)) +* update present example ([#142](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/142)) ([f9ae804](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/f9ae80418c4a571d7e8550817fe5ca59355c9746)) +* use tsup as a bundler ([#62](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/62)) ([dc61be9](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/dc61be9df1d9b1a3184cb547e2c2b88e23b1b6fd)) diff --git a/lerna.json b/lerna.json index 029ec889..2ae88481 100644 --- a/lerna.json +++ b/lerna.json @@ -1,10 +1,12 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.3.1", + "version": "0.4.0", "npmClient": "pnpm", "exact": true, "message": "chore(release): %s", - "packages": ["packages/*"], + "packages": [ + "packages/*" + ], "command": { "publish": { "conventionalCommits": true diff --git a/packages/browser-crypto/CHANGELOG.md b/packages/browser-crypto/CHANGELOG.md new file mode 100644 index 00000000..63141134 --- /dev/null +++ b/packages/browser-crypto/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.4.0 (2024-03-08) + + +### Features + +* es crypto features to nodejs and browser ([#106](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/106)) ([3ba74e9](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/3ba74e936dbc39698d47c6c8c1da956430e937f8)) diff --git a/packages/browser-crypto/package.json b/packages/browser-crypto/package.json index 77038255..b50ac69e 100644 --- a/packages/browser-crypto/package.json +++ b/packages/browser-crypto/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/crypto-browser", - "version": "0.3.0", + "version": "0.4.0", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 00000000..a594c8c5 --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,28 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.4.0 (2024-03-08) + + +### Bug Fixes + +* add publish config ([#93](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/93)) ([2e4c5c1](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/2e4c5c176dc88e58e49d06783b7658d8ad872313)) +* add the payload that is required ([6c53580](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/6c53580d12e4361c40435b90628302749fa32b1c)) +* change SDJwtPayload to SdJwtPayload ([9f06ef7](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/9f06ef7bd31a1dff4e9bf988e425200a5e1aa82d)) +* convert any usage into or typed version ([#80](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/80)) ([de4df54](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/de4df54f2a0a77fdbf97e10abac555a98e70c6e0)) +* implement kbverify function ([#127](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/127)) ([e5609f2](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/e5609f26fab8c4991d3bd6c36066a95a30cfb972)) +* make sdjwt instance non abstract ([#122](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/122)) ([e85aae8](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/e85aae89910f5d9468e29ef14ef3b3d3215b86fd)) + + +### Features + +* add jwk type ([#130](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/130)) ([8ce255a](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/8ce255a64b0940e92e647aa544bf5990b48279b7)) +* add new package for sd-jwt-vc ([ed99188](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/ed99188f13184d58db64b4211e39fb67f3f78cb5)) +* Apply lerna to move src to core ([#67](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/67)) ([49e272b](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/49e272b6b51c5226e22732c469e566fd3c14c57c)) +* calcuate sd_hash in kb JWT ([#117](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/117)) ([3415550](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/3415550fbcd99f97babff442a4928cc827c5c9cc)) +* checking kb header value ([#133](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/133)) ([cd2991b](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/cd2991b88a0522e39251c5ca2b67593130baa585)) +* create kb jwt when present all ([#129](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/129)) ([72ed1ad](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/72ed1ad64b850876ba3b5d5e5df6128471fb44ac)) +* fix async handling in jwt verify ([#131](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/131)) ([76cb930](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/76cb93021dd62c241c87656975f74dd44b3766cf)) +* fixing exclude _sd_alg when no disclosure ([#120](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/120)) ([dcaf1f6](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/dcaf1f6fad3289ea7cbe0f3f410fdc15c0f77fda)) diff --git a/packages/core/package.json b/packages/core/package.json index 350d3cd8..54893cc3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/core", - "version": "0.3.0", + "version": "0.4.0", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", @@ -42,9 +42,9 @@ }, "dependencies": { "@sd-jwt/decode": "workspace:*", + "@sd-jwt/present": "workspace:*", "@sd-jwt/types": "workspace:*", - "@sd-jwt/utils": "workspace:*", - "@sd-jwt/present": "workspace:*" + "@sd-jwt/utils": "workspace:*" }, "publishConfig": { "access": "public" diff --git a/packages/decode/CHANGELOG.md b/packages/decode/CHANGELOG.md new file mode 100644 index 00000000..3bcbae11 --- /dev/null +++ b/packages/decode/CHANGELOG.md @@ -0,0 +1,14 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.4.0 (2024-03-08) + + +### Bug Fixes + +* add publish config ([#93](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/93)) ([2e4c5c1](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/2e4c5c176dc88e58e49d06783b7658d8ad872313)) +* change SDJwtPayload to SdJwtPayload ([9f06ef7](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/9f06ef7bd31a1dff4e9bf988e425200a5e1aa82d)) +* convert any usage into or typed version ([#80](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/80)) ([de4df54](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/de4df54f2a0a77fdbf97e10abac555a98e70c6e0)) +* make sdjwt instance non abstract ([#122](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/122)) ([e85aae8](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/e85aae89910f5d9468e29ef14ef3b3d3215b86fd)) diff --git a/packages/decode/package.json b/packages/decode/package.json index da47b491..72897ead 100644 --- a/packages/decode/package.json +++ b/packages/decode/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/decode", - "version": "0.3.0", + "version": "0.4.0", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/hash/CHANGELOG.md b/packages/hash/CHANGELOG.md new file mode 100644 index 00000000..870ae590 --- /dev/null +++ b/packages/hash/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.4.0 (2024-03-08) + + +### Bug Fixes + +* add publish config ([#93](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/93)) ([2e4c5c1](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/2e4c5c176dc88e58e49d06783b7658d8ad872313)) diff --git a/packages/hash/package.json b/packages/hash/package.json index c0766d46..cc38e7c6 100644 --- a/packages/hash/package.json +++ b/packages/hash/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/hash", - "version": "0.3.0", + "version": "0.4.0", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", @@ -41,8 +41,8 @@ "@sd-jwt/crypto-nodejs": "workspace:*" }, "dependencies": { - "@sd-jwt/utils": "workspace:*", - "@noble/hashes": "1.0.0" + "@noble/hashes": "1.0.0", + "@sd-jwt/utils": "workspace:*" }, "publishConfig": { "access": "public" diff --git a/packages/node-crypto/CHANGELOG.md b/packages/node-crypto/CHANGELOG.md new file mode 100644 index 00000000..e4e400f9 --- /dev/null +++ b/packages/node-crypto/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.4.0 (2024-03-08) + + +### Bug Fixes + +* add publish config ([#93](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/93)) ([2e4c5c1](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/2e4c5c176dc88e58e49d06783b7658d8ad872313)) +* implement kbverify function ([#127](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/127)) ([e5609f2](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/e5609f26fab8c4991d3bd6c36066a95a30cfb972)) + + +### Features + +* es crypto features to nodejs and browser ([#106](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/106)) ([3ba74e9](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/3ba74e936dbc39698d47c6c8c1da956430e937f8)) diff --git a/packages/node-crypto/package.json b/packages/node-crypto/package.json index 8cda6183..413825c5 100644 --- a/packages/node-crypto/package.json +++ b/packages/node-crypto/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/crypto-nodejs", - "version": "0.3.0", + "version": "0.4.0", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/present/CHANGELOG.md b/packages/present/CHANGELOG.md new file mode 100644 index 00000000..5e1e51d8 --- /dev/null +++ b/packages/present/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.4.0 (2024-03-08) + + +### Bug Fixes + +* add publish config ([#93](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/93)) ([2e4c5c1](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/2e4c5c176dc88e58e49d06783b7658d8ad872313)) +* convert any usage into or typed version ([#80](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/80)) ([de4df54](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/de4df54f2a0a77fdbf97e10abac555a98e70c6e0)) diff --git a/packages/present/package.json b/packages/present/package.json index 179d2375..878895e7 100644 --- a/packages/present/package.json +++ b/packages/present/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/present", - "version": "0.3.0", + "version": "0.4.0", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/sd-jwt-vc/CHANGELOG.md b/packages/sd-jwt-vc/CHANGELOG.md new file mode 100644 index 00000000..0d8b6a41 --- /dev/null +++ b/packages/sd-jwt-vc/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.4.0 (2024-03-08) + + +### Bug Fixes + +* change SDJwtPayload to SdJwtPayload ([9f06ef7](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/9f06ef7bd31a1dff4e9bf988e425200a5e1aa82d)) +* make sdjwt instance non abstract ([#122](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/122)) ([e85aae8](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/e85aae89910f5d9468e29ef14ef3b3d3215b86fd)) + + +### Features + +* add new package for sd-jwt-vc ([ed99188](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/ed99188f13184d58db64b4211e39fb67f3f78cb5)) diff --git a/packages/sd-jwt-vc/package.json b/packages/sd-jwt-vc/package.json index a5269e25..0a19d434 100644 --- a/packages/sd-jwt-vc/package.json +++ b/packages/sd-jwt-vc/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/sd-jwt-vc", - "version": "0.3.0", + "version": "0.4.0", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", @@ -42,8 +42,8 @@ "@sd-jwt/core": "workspace:*" }, "devDependencies": { - "@sd-jwt/types": "workspace:*", - "@sd-jwt/crypto-nodejs": "workspace:*" + "@sd-jwt/crypto-nodejs": "workspace:*", + "@sd-jwt/types": "workspace:*" }, "publishConfig": { "access": "public" diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md new file mode 100644 index 00000000..5728a7df --- /dev/null +++ b/packages/types/CHANGELOG.md @@ -0,0 +1,22 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.4.0 (2024-03-08) + + +### Bug Fixes + +* add publish config ([#93](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/93)) ([2e4c5c1](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/2e4c5c176dc88e58e49d06783b7658d8ad872313)) +* format file ([28202b2](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/28202b20daf80225cea0f5415a14b623276c6188)) +* implement kbverify function ([#127](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/127)) ([e5609f2](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/e5609f26fab8c4991d3bd6c36066a95a30cfb972)) +* update type of credential ([63d5ebb](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/63d5ebb4e3e5dd34ae8f82b2ef890a9b2647654f)) + + +### Features + +* add jwk type ([#130](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/130)) ([8ce255a](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/8ce255a64b0940e92e647aa544bf5990b48279b7)) +* add new package for sd-jwt-vc ([ed99188](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/ed99188f13184d58db64b4211e39fb67f3f78cb5)) +* calcuate sd_hash in kb JWT ([#117](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/117)) ([3415550](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/3415550fbcd99f97babff442a4928cc827c5c9cc)) +* restore rsa type in JWK ([#137](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/137)) ([fe0d8f6](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/fe0d8f6a3249dfea27b08f82165555de389efe1d)) diff --git a/packages/types/package.json b/packages/types/package.json index 9176500e..9868fca2 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/types", - "version": "0.3.0", + "version": "0.4.0", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md new file mode 100644 index 00000000..5e1e51d8 --- /dev/null +++ b/packages/utils/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.4.0 (2024-03-08) + + +### Bug Fixes + +* add publish config ([#93](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/93)) ([2e4c5c1](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/2e4c5c176dc88e58e49d06783b7658d8ad872313)) +* convert any usage into or typed version ([#80](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/80)) ([de4df54](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/de4df54f2a0a77fdbf97e10abac555a98e70c6e0)) diff --git a/packages/utils/package.json b/packages/utils/package.json index ac5cade5..66ce3ea7 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/utils", - "version": "0.3.0", + "version": "0.4.0", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs",