From 92cbe57aa39224b0cf3030d46c763c1aee716612 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 10:16:18 +0100 Subject: [PATCH] Version Packages (#250) Co-authored-by: github-actions[bot] --- .changeset/rude-colts-help.md | 11 ----------- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/rude-colts-help.md diff --git a/.changeset/rude-colts-help.md b/.changeset/rude-colts-help.md deleted file mode 100644 index b013db6a..00000000 --- a/.changeset/rude-colts-help.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@cloudflare/workers-types": minor ---- - -Allow for cacheTags to be passed on fetch requests - -Allowing cacheTags within the workers process to be processed as part of a standard fetch has been a highly requested feature. This new object within the request initialization will allow for supplemental Cache-Tag headers to be returned so that they can be stored with the relevant content. This will allow for better control over Purge by Tag mechanisms within the workers processes. - -Implementation: - -- Adds a new object to the `cf.d.ts` declaration. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba8f044..2fd04e87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 3.12.0 + +### Minor Changes + +- [#247](https://github.com/cloudflare/workers-types/pull/247) [`2cdc8cf`](https://github.com/cloudflare/workers-types/commit/2cdc8cffd7086941e03125d9d95bd9a869a837a3) Thanks [@iveelsm](https://github.com/iveelsm)! - Allow for cacheTags to be passed on fetch requests + + Allowing cacheTags within the workers process to be processed as part of a standard fetch has been a highly requested feature. This new object within the request initialization will allow for supplemental Cache-Tag headers to be returned so that they can be stored with the relevant content. This will allow for better control over Purge by Tag mechanisms within the workers processes. + + Implementation: + + - Adds a new object to the `cf.d.ts` declaration. + ## 3.11.0 ### Minor Changes diff --git a/package.json b/package.json index 7f9535e0..9baecbf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/workers-types", - "version": "3.11.0", + "version": "3.12.0", "description": "TypeScript typings for Cloudflare Workers", "repository": { "type": "git",