Skip to content

Commit f153eea

Browse files
chore(release): new version (#49)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9ce02d7 commit f153eea

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/rotten-apes-sing.md

-7
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @animo-id/mdoc
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 65fcc93: feat: support ISO 18013-7 Draft 2024-03-12.
8+
9+
This mostly changes the structure of the calculated session transcript bytes for usage with the Web API or OpenID4VP. This is a breaking change and incompatible with older versions of this library.
10+
311
## 0.2.39
412

513
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packageManager": "[email protected]+sha256.24235772cc4ac82a62627cd47f834c72667a2ce87799a846ec4e8e555e2d4b8b",
55
"author": "Martin Auer",
66
"exports": "./src/index.ts",
7-
"version": "0.2.39",
7+
"version": "0.3.0",
88
"files": ["dist"],
99
"publishConfig": {
1010
"main": "./dist/index.js",

0 commit comments

Comments
 (0)