From 8d4600fbba84ed87885938bd79018e280ec0ee6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:23:40 +0100 Subject: [PATCH] chore(main): release content-claims 3.1.0 (#19) :robot: I have created a release *beep* *boop* --- ## [3.1.0](https://github.com/web3-storage/content-claims/compare/content-claims-v3.0.1...content-claims-v3.1.0) (2023-09-19) ### Features * add `assert/equals` ([#22](https://github.com/web3-storage/content-claims/issues/22)) ([bddd948](https://github.com/web3-storage/content-claims/commit/bddd948db5e1628d20b4d31796690b40b654a720)) * ensure claim API is CID version agnostic ([#18](https://github.com/web3-storage/content-claims/issues/18)) ([1690c1f](https://github.com/web3-storage/content-claims/commit/1690c1f2bbd6d85a289fcb0ae6a8b524c9022160)) * store equals for both content and equals multihash ([#23](https://github.com/web3-storage/content-claims/issues/23)) ([715fcd5](https://github.com/web3-storage/content-claims/commit/715fcd5ddb219e77f8573df889f46183c55ce400)) ### Bug Fixes * key content on multihash not CID ([#21](https://github.com/web3-storage/content-claims/issues/21)) ([7e737a7](https://github.com/web3-storage/content-claims/commit/7e737a7325bd295db186cc0eaacd7026fbb65986)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- packages/core/CHANGELOG.md | 14 ++++++++++++++ packages/core/package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index bdb73d2..a2bebf0 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/core": "3.0.1" + "packages/core": "3.1.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index acaff59..ae8007b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.1.0](https://github.com/web3-storage/content-claims/compare/content-claims-v3.0.1...content-claims-v3.1.0) (2023-09-19) + + +### Features + +* add `assert/equals` ([#22](https://github.com/web3-storage/content-claims/issues/22)) ([bddd948](https://github.com/web3-storage/content-claims/commit/bddd948db5e1628d20b4d31796690b40b654a720)) +* ensure claim API is CID version agnostic ([#18](https://github.com/web3-storage/content-claims/issues/18)) ([1690c1f](https://github.com/web3-storage/content-claims/commit/1690c1f2bbd6d85a289fcb0ae6a8b524c9022160)) +* store equals for both content and equals multihash ([#23](https://github.com/web3-storage/content-claims/issues/23)) ([715fcd5](https://github.com/web3-storage/content-claims/commit/715fcd5ddb219e77f8573df889f46183c55ce400)) + + +### Bug Fixes + +* key content on multihash not CID ([#21](https://github.com/web3-storage/content-claims/issues/21)) ([7e737a7](https://github.com/web3-storage/content-claims/commit/7e737a7325bd295db186cc0eaacd7026fbb65986)) + ## [3.0.1](https://github.com/web3-storage/content-claims/compare/content-claims-v3.0.0...content-claims-v3.0.1) (2023-07-26) diff --git a/packages/core/package.json b/packages/core/package.json index c6b63cf..a0094b6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/content-claims", - "version": "3.0.1", + "version": "3.1.0", "description": "Implementation of the Content Claims Protocol.", "main": "src/index.js", "types": "./types/index.d.ts",