Skip to content

Commit

Permalink
chore: release main (#328)
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] committed Nov 15, 2023
1 parent 3c03c9d commit 794f72b
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,6 +1,6 @@
{
"packages/client": "9.0.0",
"packages/core": "9.0.0",
"packages/core": "9.0.1",
"packages/interface": "9.0.0",
"packages/principal": "9.0.0",
"packages/server": "9.0.1",
Expand Down
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

## [9.0.1](https://github.com/web3-storage/ucanto/compare/core-v9.0.0...core-v9.0.1) (2023-11-15)


### Bug Fixes

* cbor prepare encode wrongly identifying circular sturcture ([#327](https://github.com/web3-storage/ucanto/issues/327)) ([3c03c9d](https://github.com/web3-storage/ucanto/commit/3c03c9d3885578c139dd9d3619afed8728205148))

## [9.0.0](https://github.com/web3-storage/ucanto/compare/core-v8.2.0...core-v9.0.0) (2023-10-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/core",
"description": "ucanto core",
"version": "9.0.0",
"version": "9.0.1",
"keywords": [
"UCAN",
"RPC",
Expand Down

0 comments on commit 794f72b

Please sign in to comment.