From 7b8b751d508d119393fea8c5cdb1f5a9e6d50bb2 Mon Sep 17 00:00:00 2001 From: Dmitri Zagidulin Date: Tue, 17 Sep 2024 22:36:27 -0400 Subject: [PATCH] Release 12.0.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f3861c3..e9e6ac66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # @digitalcredentials/jsonld-signatures ChangeLog -## 12.0.0 - +## 12.0.0 - 2024-09-17 ### Changed - **BREAKING**: Now uses `expo-crypto` for React Native sha256 digest hashing, instead of diff --git a/package.json b/package.json index d2ae191d..a77aaa98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@digitalcredentials/jsonld-signatures", - "version": "11.0.0", + "version": "12.0.0", "description": "An implementation of the Linked Data Signatures specifications for JSON-LD in JavaScript.", "homepage": "https://github.com/digitalcredentials/jsonld-signatures", "repository": {