Skip to content

Commit c24a99c

Browse files
chore: release main (#343)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d5f6916 commit c24a99c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"packages/interface": "9.0.0",
55
"packages/principal": "9.0.0",
66
"packages/server": "9.0.1",
7-
"packages/transport": "9.0.2",
7+
"packages/transport": "9.1.0",
88
"packages/validator": "9.0.1"
99
}

packages/transport/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [9.1.0](https://github.com/web3-storage/ucanto/compare/transport-v9.0.2...transport-v9.1.0) (2024-02-21)
4+
5+
6+
### Features
7+
8+
* http transport includes more information in error message when encountering non-ok http response ([d5f6916](https://github.com/web3-storage/ucanto/commit/d5f6916a41447bcc32bfbd9378da2b4779ca2136))
9+
310
## [9.0.2](https://github.com/web3-storage/ucanto/compare/transport-v9.0.1...transport-v9.0.2) (2024-01-15)
411

512

packages/transport/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ucanto/transport",
33
"description": "ucanto transport",
4-
"version": "9.0.2",
4+
"version": "9.1.0",
55
"keywords": [
66
"UCAN",
77
"RPC",

0 commit comments

Comments
 (0)