diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e6ac66..6239d262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index a77aaa98..850c26ae 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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,