Skip to content

Commit

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


##
[3.2.1](content-claims-v3.2.0...content-claims-v3.2.1)
(2023-11-27)


### Bug Fixes

* add linting and fix type errors
([#33](#33))
([5450a8b](5450a8b))
* exports types
([1d413a8](1d413a8))

---
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 Nov 27, 2023
1 parent 1d413a8 commit 89299a0
Show file tree
Hide file tree
Showing 3 changed files with 10 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.2.0"
"packages/core": "3.2.1"
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.2.1](https://github.com/web3-storage/content-claims/compare/content-claims-v3.2.0...content-claims-v3.2.1) (2023-11-27)


### Bug Fixes

* add linting and fix type errors ([#33](https://github.com/web3-storage/content-claims/issues/33)) ([5450a8b](https://github.com/web3-storage/content-claims/commit/5450a8bc207fb75b73a25ceed8d5091d0f95be65))
* exports types ([1d413a8](https://github.com/web3-storage/content-claims/commit/1d413a87429c6b6bc589d52996430a94b61c9e76))

## [3.2.0](https://github.com/web3-storage/content-claims/compare/content-claims-v3.1.0...content-claims-v3.2.0) (2023-10-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": "3.2.0",
"version": "3.2.1",
"description": "Implementation of the Content Claims Protocol.",
"main": "src/index.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit 89299a0

Please sign in to comment.