Skip to content

Commit

Permalink
Version Packages (rc) (#128)
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 Apr 11, 2024
1 parent 0bfd65c commit 922ba72
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
"rude-bottles-jog",
"silent-flies-sell",
"smooth-vans-know",
"strange-moose-fetch",
"strong-monkeys-film",
"tasty-ghosts-tickle",
"tiny-buckets-behave",
"two-oranges-peel"
]
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @microlabs/otel-cf-workers

## 1.0.0-rc.36

### Minor Changes

- 0bfd65c: Export unwrapped global fetch for various advanced use cases

### Patch Changes

- 39d448c: Correctly detect version metadata when tag is an empty string. Also, check for RPC bindings in all cases as `isVersionMetadata` was incorrectly picking up rpc bindings too when searching for version bindings.

## 1.0.0-rc.35

### 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.35",
"version": "1.0.0-rc.36",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down

0 comments on commit 922ba72

Please sign in to comment.