Skip to content

Commit

Permalink
chore(main): release content-claims 2.1.0 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 14, 2023
1 parent 885a86b commit 80b6d40
Show file tree
Hide file tree
Showing 3 changed files with 9 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": "2.0.0"
"packages/core": "2.1.0"
}
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0](https://github.com/web3-storage/content-claims/compare/content-claims-v2.0.0...content-claims-v2.1.0) (2023-07-14)


### Features

* materialize claims from block index table ([33c46ff](https://github.com/web3-storage/content-claims/commit/33c46ff241f57b3259b1b0aac62a26c788d3faac))

## [2.0.0](https://github.com/web3-storage/content-claims/compare/content-claims-v1.1.0...content-claims-v2.0.0) (2023-07-12)


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

0 comments on commit 80b6d40

Please sign in to comment.