Skip to content

Commit

Permalink
Release 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Sep 18, 2024
1 parent 7b8b751 commit a2a5f76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @digitalcredentials/jsonld-signatures ChangeLog

## 12.0.1 - 2024-09-17

### Fixed
- Fix `expo-crypto` browser export.

## 12.0.0 - 2024-09-17

### Changed
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digitalcredentials/jsonld-signatures",
"version": "12.0.0",
"version": "12.0.1",
"description": "An implementation of the Linked Data Signatures specifications for JSON-LD in JavaScript.",
"homepage": "https://github.com/digitalcredentials/jsonld-signatures",
"repository": {
Expand Down Expand Up @@ -67,8 +67,7 @@
"crypto": false,
"./lib/sha256digest.js": "./lib/sha256digest-browser.js",
"./lib/sha256digest-reactnative.js": false,
"fast-text-encoding": false,
"expo-crypto": false
"fast-text-encoding": false
},
"react-native": {
"crypto": false,
Expand Down

0 comments on commit a2a5f76

Please sign in to comment.