Skip to content

Commit cb478ef

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

File tree

7 files changed

+22
-33
lines changed

7 files changed

+22
-33
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/lemon-geckos-yell.md

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

.changeset/seven-pears-relate.md

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

.changeset/violet-needles-own.md

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

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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+
19+
### Patch Changes
20+
21+
- 2963990: feat: native JS implementation of byte encoding and decoding
22+
- 3f19ace: fix: always true statement throws error. In the DeviceResponse model there was an always true if statement that throws an error before allowing the creation of the response.
23+
324
## 0.5.2
425

526
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packageManager": "[email protected]+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
66
"author": "Animo Solutions",
77
"exports": "./src/index.ts",
8-
"version": "0.5.2",
8+
"version": "0.6.0",
99
"files": [
1010
"dist"
1111
],

0 commit comments

Comments
 (0)