Skip to content

Commit 2c6993e

Browse files
chore(release): new version
Signed-off-by: "github-actions[bot]" <"41898282+github-actions[bot]@users.noreply.github.com">
1 parent 0311619 commit 2c6993e

File tree

5 files changed

+20
-24
lines changed

5 files changed

+20
-24
lines changed

.changeset/crazy-peaches-give.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/good-starfishes-chew.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/seven-pears-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @animo-id/mdoc
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 153111e: - Major rework of the library, primairly the underlying CBOR structures
8+
- Includes an `Issuer`, `Holder` and `Verifier` class that should make it easier to issue, hold and verify mDocs
9+
- More aligned with the specification, w.r.t. naming conventions
10+
- Simplified additions/modifitcations, so adding newer features will be a lot simpler
11+
- fd7cc00: feat: add new openid4vp session transcript calculation methods.
12+
13+
NOTE that this introduces breaking chnages since `calculateSessionTranscriptBytesForOid4VpDcApi` has been renamed to `calculateSessionTranscriptBytesForOid4VpDcApiDraft24`. The `calculateSessionTranscriptBytesForOid4VpDcApi` method is now used for the latest (draft29/1.0) session transcript structure.
14+
15+
In addtion, `calculateSessionTranscriptBytesForOid4Vp` has been renamed to `calculateSessionTranscriptBytesForOid4VpDraft18`. The `calculateSessionTranscriptBytesForOid4Vp` method is now used for the latest (draft29/1.0) session transcript structure.
16+
17+
- 0311619: fix: use variable map size for map encoding
18+
319
## 0.5.2
420

521
### Patch Changes

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
"packageManager": "[email protected]+sha256.24235772cc4ac82a62627cd47f834c72667a2ce87799a846ec4e8e555e2d4b8b",
66
"author": "Animo Solutions",
77
"exports": "./src/index.ts",
8-
"version": "0.5.2",
9-
"files": ["dist"],
8+
"version": "0.6.0",
9+
"files": [
10+
"dist"
11+
],
1012
"publishConfig": {
1113
"main": "./dist/index.js",
1214
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)