Skip to content

Commit 28db64f

Browse files
Release 6.0.1
1 parent 083a958 commit 28db64f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# security-document-loader Changelog
22

3+
## 6.0.1 - 2024-11-12
4+
### Fixed
5+
- Fix Typescript types declaration ([PR #17](https://github.com/digitalcredentials/security-document-loader/pull/17/files)).
6+
37
## 6.0.0 - 2024-08-04
48
### Added
59
- Add support for VC DM 2.0 context

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@digitalcredentials/security-document-loader",
33
"description": "A secure and convenient JSON-LD document loader for Node.js, browsers, and React Native.",
4-
"version": "6.0.0",
4+
"version": "6.0.1",
55
"scripts": {
66
"build": "npm run clear && tsc -p tsconfig.json && ./build-dist.sh",
77
"clear": "rimraf dist/*",

0 commit comments

Comments
 (0)