Skip to content

Commit

Permalink
chore(main): release content-claims 1.0.0 (#1)
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 10, 2023
1 parent 8eada2a commit 4ba206d
Show file tree
Hide file tree
Showing 3 changed files with 19 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": "0.0.0"
"packages/core": "1.0.0"
}
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## 1.0.0 (2023-07-10)


### Features

* add list method to claim store ([83e837e](https://github.com/web3-storage/content-claims/commit/83e837e5628e644a7e638d90940947f5b3cd76af))
* add parts to relation claim ([95abc3c](https://github.com/web3-storage/content-claims/commit/95abc3c243d37a653b98bf1915b32361466c4889))
* initial commit ([e60ebe1](https://github.com/web3-storage/content-claims/commit/e60ebe1b00b11529bf726521a850cc43b7e0c478))
* store invocation CID ([2f3c9ba](https://github.com/web3-storage/content-claims/commit/2f3c9ba9b0f7fb1f969620353f23c09c43c23348))
* wip claims endpoint ([e8e8f05](https://github.com/web3-storage/content-claims/commit/e8e8f05a0d659c8d541de5f464eded91d18a4245))


### Bug Fixes

* dynamo stores ([9ecf969](https://github.com/web3-storage/content-claims/commit/9ecf969fafc9b8384c49fcf377710062dbb547b0))
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": "0.0.0",
"version": "1.0.0",
"description": "Implementation of the Content Claims Protocol",
"main": "src/index.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit 4ba206d

Please sign in to comment.