Skip to content

Commit

Permalink
chore(release): prepare for 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Aug 27, 2024
1 parent 3ca3768 commit 23a1c25
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## v4.1.0 - 2024-08-27

- Feat:
- Add mso_mdoc and intent_to_retain types. No interpretation is done yet, as the kmp-mdl-mdoc handles PE itself. We
will add support soon in PEX as well.

## v4.0.1 - 2024-07-24

- Fixed:
Expand All @@ -9,15 +15,14 @@
## v4.0.0 - 2024-07-23

- Added:
- Allow to work without input descriptors. EBSI is using this (not spec compliant!)
- Allow to work without input descriptors. EBSI is using this (not spec compliant!)
- Updated:
- use `sd_hash` instead of `_sd_hash`, reflecting the change in the SD-JWT spec

- use `sd_hash` instead of `_sd_hash`, reflecting the change in the SD-JWT spec

## v3.3.3 - 2024-04-25

- Fixed:
- const boolean value was missing in schema file
- Fixed:
- const boolean value was missing in schema file

## v3.3.2 - 2024-04-24

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/pex",
"version": "4.0.2-unstable-0",
"version": "4.1.0",
"description": "A Typescript implementation of the v1 and v2 DIF Presentation Exchange specification",
"main": "dist/main/index.js",
"module": "dist/module/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@sd-jwt/decode": "^0.6.1",
"@sd-jwt/present": "^0.6.1",
"@sd-jwt/types": "^0.6.1",
"@sphereon/pex-models": "^2.2.4",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-types": "0.22.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23a1c25

Please sign in to comment.