From cda6bb937c1f7e91e3809733cc580fddec14560f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Jan 2023 18:19:11 +0000 Subject: [PATCH] Version Packages --- .changeset/four-pandas-poke.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/four-pandas-poke.md diff --git a/.changeset/four-pandas-poke.md b/.changeset/four-pandas-poke.md deleted file mode 100644 index 8b23582f..00000000 --- a/.changeset/four-pandas-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-types": patch ---- - -feat: Add `passThroughOnException()` to Pages Functions diff --git a/CHANGELOG.md b/CHANGELOG.md index a63751fc..841c5f36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.18.1 + +### Patch Changes + +- [#314](https://github.com/cloudflare/workers-types/pull/314) [`59b3f55`](https://github.com/cloudflare/workers-types/commit/59b3f5599dd0240b750fbde4abdb7277178af72b) Thanks [@GregBrimble](https://github.com/GregBrimble)! - feat: Add `passThroughOnException()` to Pages Functions + ## 3.18.0 ### Minor Changes diff --git a/package.json b/package.json index d3a86642..153ca6b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/workers-types", - "version": "3.18.0", + "version": "3.18.1", "description": "TypeScript typings for Cloudflare Workers", "repository": { "type": "git",