Skip to content

Commit

Permalink
chore: release main (#323)
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 Oct 5, 2023
1 parent 5fdfc4b commit 43ea497
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
Expand Up @@ -3,7 +3,7 @@
"packages/core": "9.0.0",
"packages/interface": "9.0.0",
"packages/principal": "9.0.0",
"packages/server": "9.0.0",
"packages/server": "9.0.1",
"packages/transport": "9.0.0",
"packages/validator": "9.0.0"
}
7 changes: 7 additions & 0 deletions packages/server/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/server-v9.0.0...server-v9.0.1) (2023-10-05)


### Bug Fixes

* dependency versions ([#322](https://github.com/web3-storage/ucanto/issues/322)) ([5fdfc4b](https://github.com/web3-storage/ucanto/commit/5fdfc4b1cd61e8f796d704bc1cf82984f25a2e96))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/server",
"description": "UCAN RPC Server",
"version": "9.0.0",
"version": "9.0.1",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down

0 comments on commit 43ea497

Please sign in to comment.