diff --git a/.changeset/itchy-rats-brush.md b/.changeset/itchy-rats-brush.md deleted file mode 100644 index 702c1275..00000000 --- a/.changeset/itchy-rats-brush.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'toucan-js': patch ---- - -chore: Export Zod errors integration and add upstream improvements - -- Adds improvements based on feedback I got while PR'ing this to sentry-javascript: https://github.com/getsentry/sentry-javascript/pull/15111 -- Exports zodErrorsIntegration in the root index.ts (missed this in the original PR) diff --git a/packages/toucan-js/CHANGELOG.md b/packages/toucan-js/CHANGELOG.md index 5f63271e..a7f8733e 100644 --- a/packages/toucan-js/CHANGELOG.md +++ b/packages/toucan-js/CHANGELOG.md @@ -1,5 +1,14 @@ # toucan-js +## 4.1.1 + +### Patch Changes + +- 134c1a4: chore: Export Zod errors integration and add upstream improvements + + - Adds improvements based on feedback I got while PR'ing this to sentry-javascript: https://github.com/getsentry/sentry-javascript/pull/15111 + - Exports zodErrorsIntegration in the root index.ts (missed this in the original PR) + ## 4.1.0 ### Minor Changes diff --git a/packages/toucan-js/package.json b/packages/toucan-js/package.json index b88daede..3ccd1e85 100644 --- a/packages/toucan-js/package.json +++ b/packages/toucan-js/package.json @@ -1,7 +1,7 @@ { "name": "toucan-js", "sideEffects": false, - "version": "4.1.0", + "version": "4.1.1", "description": "Cloudflare Workers client for Sentry", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",