Skip to content

Commit

Permalink
chore: release main (#290)
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 Apr 25, 2023
1 parent e72af9d commit b6dd279
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": "7.0.1",
"packages/interface": "7.0.1",
"packages/principal": "7.0.0",
"packages/server": "7.0.0",
"packages/server": "7.0.1",
"packages/transport": "7.0.2",
"packages/validator": "7.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

## [7.0.1](https://github.com/web3-storage/ucanto/compare/server-v7.0.0...server-v7.0.1) (2023-04-25)


### Bug Fixes

* inference of provide function ([#289](https://github.com/web3-storage/ucanto/issues/289)) ([e72af9d](https://github.com/web3-storage/ucanto/commit/e72af9df01e670850115223d7a6bede9d46be9f2))

## [7.0.0](https://github.com/web3-storage/ucanto/compare/server-v0.7.0...server-v7.0.0) (2023-04-11)


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": "7.0.0",
"version": "7.0.1",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down

0 comments on commit b6dd279

Please sign in to comment.