Skip to content

Commit

Permalink
release 1.0.0-rc.18
Browse files Browse the repository at this point in the history
  • Loading branch information
evanderkoogh committed Nov 1, 2023
1 parent 5785c9b commit 07e19c6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"lucky-apples-clean",
"mighty-timers-float",
"new-gifts-repair",
"smooth-vans-know"
"smooth-vans-know",
"two-oranges-peel"
]
}
5 changes: 5 additions & 0 deletions .changeset/two-oranges-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@microlabs/otel-cf-workers': patch
---

Fix issue with scheduled events and queues not reporting proper durations
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @microlabs/otel-cf-workers

## 1.0.0-rc.18

### Patch Changes

- Fix issue with scheduled events and queues not reporting proper durations

## 1.0.0-rc.17

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

0 comments on commit 07e19c6

Please sign in to comment.