Skip to content

Commit

Permalink
Release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Feb 11, 2024
1 parent 4aea9c3 commit 6be54f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# security-document-loader Changelog

## 5.0.0 - 2024-02-10
### Changed
- **BREAKING**: For the HTTP protocol handler (for fetching un-cached documents
from the web), switch to using `@digitalbazaar/http-client` instead of the
global `fetch()` object. Improves React Native compatibility.

## 4.0.0 - 2024-01-23
### Changed
- **BREAKING**: Use the Typescript-enabled `@interop/[email protected]`,
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": "4.0.0",
"version": "5.0.0",
"scripts": {
"build": "npm run clear && tsc -p tsconfig.json && ./build-dist.sh",
"clear": "rimraf dist/*",
Expand Down

0 comments on commit 6be54f0

Please sign in to comment.