diff --git a/CHANGELOG.md b/CHANGELOG.md index 20eba3a..54e9e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.1.2](https://github.com/multiformats/js-multiformats/compare/v13.1.1...v13.1.2) (2024-07-02) + + +### Dependencies + +* **dev:** bump @stablelib/sha256 from 1.0.1 to 2.0.0 ([bc7f8a5](https://github.com/multiformats/js-multiformats/commit/bc7f8a58fe8c03c6c909bf60f18dffbc9d8518b3)) + ## [13.1.1](https://github.com/multiformats/js-multiformats/compare/v13.1.0...v13.1.1) (2024-06-01) diff --git a/package.json b/package.json index 2efdcfb..fce0bf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multiformats", - "version": "13.1.1", + "version": "13.1.2", "description": "Interface for multihash, multicodec, multibase and CID", "author": "Mikeal Rogers (https://www.mikealrogers.com/)", "license": "Apache-2.0 OR MIT",