Skip to content

Commit

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


##
[5.0.0](content-claims-v4.0.5...content-claims-v5.0.0)
(2024-05-29)


### ⚠ BREAKING CHANGES

* Client read interface and client claim types now use multihashes.

### Features

* publish content claims by multihash
([#61](#61))
([151f4a1](151f4a1))

---
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] authored May 29, 2024
1 parent 151f4a1 commit 3b2fdd1
Show file tree
Hide file tree
Showing 3 changed files with 13 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": "4.0.5"
"packages/core": "5.0.0"
}
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [5.0.0](https://github.com/w3s-project/content-claims/compare/content-claims-v4.0.5...content-claims-v5.0.0) (2024-05-29)


### ⚠ BREAKING CHANGES

* Client read interface and client claim types now use multihashes. Relation claim has been removed in favour of upcoming dag-index claim.

### Features

* publish content claims by multihash ([#61](https://github.com/w3s-project/content-claims/issues/61)) ([151f4a1](https://github.com/w3s-project/content-claims/commit/151f4a1461b8060fe33f6e5c1622bc6b02165c28))

## [4.0.5](https://github.com/w3s-project/content-claims/compare/content-claims-v4.0.4...content-claims-v4.0.5) (2024-04-23)


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": "4.0.5",
"version": "5.0.0",
"description": "Implementation of the Content Claims Protocol.",
"main": "./types/index.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit 3b2fdd1

Please sign in to comment.