Skip to content

Commit

Permalink
Version Packages (rc) (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 28, 2024
1 parent 360e3bd commit b03730c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"polite-dots-scream",
"polite-schools-sip",
"poor-lobsters-rest",
"pretty-coins-promise",
"proud-bugs-teach",
"rotten-radios-hope",
"rude-bottles-jog",
Expand All @@ -44,6 +45,7 @@
"tasty-ghosts-tickle",
"tiny-buckets-behave",
"two-oranges-peel",
"violet-bananas-attend"
"violet-bananas-attend",
"yellow-wombats-rhyme"
]
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @microlabs/otel-cf-workers

## 1.0.0-rc.39

### Minor Changes

- 52100b5: [Breaking] Rename durable object fetch, client fetch and service binding spans

### Patch Changes

- 360e3bd: fix: Avoid calling bind on instances of RpcProperty

This PR inspects the unwrapped value, and if it's constructor is of RpcProperty, it handles binding by returning a different function that calls the RPC property as if it was bound.

Thanks @JacobMarshallPP !

## 1.0.0-rc.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microlabs/otel-cf-workers",
"version": "1.0.0-rc.38",
"version": "1.0.0-rc.39",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down

0 comments on commit b03730c

Please sign in to comment.