Skip to content

Commit

Permalink
chore: release main (#335)
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 Jan 15, 2024
1 parent 1abd266 commit dab3f9d
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 @@ -4,6 +4,6 @@
"packages/interface": "9.0.0",
"packages/principal": "9.0.0",
"packages/server": "9.0.1",
"packages/transport": "9.0.0",
"packages/transport": "9.0.1",
"packages/validator": "9.0.1"
}
7 changes: 7 additions & 0 deletions packages/transport/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/transport-v9.0.0...transport-v9.0.1) (2024-01-15)


### Bug Fixes

* do not use frozen object for headers ([#334](https://github.com/web3-storage/ucanto/issues/334)) ([1abd266](https://github.com/web3-storage/ucanto/commit/1abd26646508c5e21f886dcb96bc0d36b4c0e458))

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


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

0 comments on commit dab3f9d

Please sign in to comment.