Skip to content

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Jan 24, 2024
1 parent 01f51bc commit 6717192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# security-document-loader Changelog

## 4.0.0 -
## 4.0.0 - 2024-01-23
### Changed
- **BREAKING**: Use the Typescript-enabled `@interop/[email protected]`,
which uses DigitalBazaar's version of `http-client`,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@digitalcredentials/security-document-loader",
"description": "A secure and convenient JSON-LD document loader for Node.js, browsers, and React Native.",
"version": "3.2.0",
"version": "4.0.0",
"scripts": {
"build": "npm run clear && tsc -p tsconfig.json && ./build-dist.sh",
"clear": "rimraf dist/*",
Expand Down

0 comments on commit 6717192

Please sign in to comment.