Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Jul 16, 2023
1 parent 2b3bdc7 commit 33d7c51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# security-document-loader Changelog

## 3.1.0 -
## 3.1.0 - 2023-07-16
### Added
- Add Verifiable Credentials v2 **BETA** (non-final) context. Use at your own
risk, context is likely to change before the spec goes to final.
- Add support for optionally loading OBv3 BETA context.

## 3.0.0 - 2023-07-16
### Changed
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.0.0",
"version": "3.1.0",
"scripts": {
"build": "npm run clear && tsc -p tsconfig.json && ./build-dist.sh",
"clear": "rimraf dist/*",
Expand Down

0 comments on commit 33d7c51

Please sign in to comment.