Skip to content

Commit d540e1f

Browse files
chore(release): new version (#69)
Signed-off-by: "github-actions[bot]" <"github-actions[bot]@users.noreply.github.com"> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 12654cd commit d540e1f

File tree

5 files changed

+12
-16
lines changed

5 files changed

+12
-16
lines changed

.changeset/fair-meals-eat.md

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

.changeset/perfect-buttons-sit.md

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

.changeset/shaggy-ears-press.md

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

CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 4ce7385: rename calculateSessionTranscript methods to calculateSessionTranscriptBytes as they are different things and the bytes are returned
8+
- 04dd7d8: fix: DateOnly does not extend Date anymore as it would lead to issues with instanceof checks
9+
10+
### Patch Changes
11+
12+
- 5b708d2: fix: x5c header as string not array because there's only one certificate according to RFC 9360 (https://www.rfc-editor.org/rfc/rfc9360.html#section-2-5.4.1)
13+
314
## 0.4.1
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
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.4.1",
7+
"version": "0.5.0",
88
"files": ["dist"],
99
"publishConfig": {
1010
"main": "./dist/index.js",

0 commit comments

Comments
 (0)