Skip to content

Commit

Permalink
chore(main): release content-claims 3.1.0 (#19)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[3.1.0](content-claims-v3.0.1...content-claims-v3.1.0)
(2023-09-19)


### Features

* add `assert/equals`
([#22](#22))
([bddd948](bddd948))
* ensure claim API is CID version agnostic
([#18](#18))
([1690c1f](1690c1f))
* store equals for both content and equals multihash
([#23](#23))
([715fcd5](715fcd5))


### Bug Fixes

* key content on multihash not CID
([#21](#21))
([7e737a7](7e737a7))

---
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>
  • Loading branch information
github-actions[bot] committed Sep 19, 2023
1 parent 531e780 commit 8d4600f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/core": "3.0.1"
"packages/core": "3.1.0"
}
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8d4600f

Please sign in to comment.