Skip to content

Commit a428cee

Browse files
Version Packages
1 parent 134c1a4 commit a428cee

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/itchy-rats-brush.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/toucan-js/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# toucan-js
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- 134c1a4: chore: Export Zod errors integration and add upstream improvements
8+
9+
- Adds improvements based on feedback I got while PR'ing this to sentry-javascript: https://github.com/getsentry/sentry-javascript/pull/15111
10+
- Exports zodErrorsIntegration in the root index.ts (missed this in the original PR)
11+
312
## 4.1.0
413

514
### Minor Changes

packages/toucan-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "toucan-js",
33
"sideEffects": false,
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"description": "Cloudflare Workers client for Sentry",
66
"main": "dist/index.cjs.js",
77
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)