Skip to content

Commit

Permalink
Merge pull request #183 from evanderkoogh/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (rc)
  • Loading branch information
evanderkoogh authored Dec 2, 2024
2 parents 83fb993 + 129f029 commit 6b6e2b1
Show file tree
Hide file tree
Showing 3 changed files with 20 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 @@ -27,6 +27,7 @@
"heavy-carrots-care",
"hot-dodos-burn",
"kind-ladybugs-swim",
"little-goats-occur",
"lovely-pets-impress",
"lucky-apples-clean",
"mighty-timers-float",
Expand All @@ -52,6 +53,7 @@
"tasty-ghosts-tickle",
"ten-trainers-admire",
"thirty-terms-invent",
"thirty-ties-float",
"tiny-buckets-behave",
"two-oranges-peel",
"violet-bananas-attend",
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @microlabs/otel-cf-workers

## 1.0.0-rc.49

### Minor Changes

- 83fb993: Add support for email handlers
- 82a2ff8: add support for `email` handlers

Example usage:

```ts
export default {
async email(message, env, ctx) {
// this is running in a trace!
},
}
```

## 1.0.0-rc.48

### Minor 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.48",
"version": "1.0.0-rc.49",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.mts",
Expand Down

0 comments on commit 6b6e2b1

Please sign in to comment.