diff --git a/.changeset/2022-01-19.md b/.changeset/2022-01-19.md deleted file mode 100644 index 4ca39267..00000000 --- a/.changeset/2022-01-19.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-types": minor ---- - -Updated auto-generated types @ 2022-01-19 diff --git a/.changeset/2022-02-08.md b/.changeset/2022-02-08.md deleted file mode 100644 index cd15ac48..00000000 --- a/.changeset/2022-02-08.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-types": minor ---- - -Updated auto-generated types @ 2022-02-08 diff --git a/.changeset/mean-deers-drop.md b/.changeset/mean-deers-drop.md deleted file mode 100644 index 60d63c4b..00000000 --- a/.changeset/mean-deers-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-types": patch ---- - -fix: FormData::entries(), FormData::[Symbol.iterator]() diff --git a/.changeset/poor-ears-search.md b/.changeset/poor-ears-search.md deleted file mode 100644 index 6c4147a1..00000000 --- a/.changeset/poor-ears-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-types": patch ---- - -chore: update marked to 4.0.10 diff --git a/CHANGELOG.md b/CHANGELOG.md index acd019a2..1cf4b62f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 3.4.0 + +### Minor Changes + +- [#186](https://github.com/cloudflare/workers-types/pull/186) [`c117b5a`](https://github.com/cloudflare/workers-types/commit/c117b5a4874bcd7effdba0bc57fc74878f5faaa1) Thanks [@autodecl-bot](https://github.com/apps/autodecl-bot)! - Updated auto-generated types @ 2022-01-19 + +* [#194](https://github.com/cloudflare/workers-types/pull/194) [`74c94f8`](https://github.com/cloudflare/workers-types/commit/74c94f8f96fa427353acd60ebc00d910f8e7cdfe) Thanks [@autodecl-bot](https://github.com/apps/autodecl-bot)! - Updated auto-generated types @ 2022-02-08 + +### Patch Changes + +- [#175](https://github.com/cloudflare/workers-types/pull/175) [`17d21e9`](https://github.com/cloudflare/workers-types/commit/17d21e9ae7cfee0c5d6ca4bf247978e5618c0386) Thanks [@threepointone](https://github.com/threepointone)! - fix: FormData::entries(), FormData::[Symbol.iterator]() + +* [#184](https://github.com/cloudflare/workers-types/pull/184) [`f1c3c40`](https://github.com/cloudflare/workers-types/commit/f1c3c40f4050b7d5b5c74c93ac2b583afc44f350) Thanks [@threepointone](https://github.com/threepointone)! - chore: update marked to 4.0.10 + ## 3.3.1 ### Patch Changes @@ -198,7 +212,7 @@ // Force response to be cached for 86400 seconds for 200 status codes, 1 second for 404, and do not cache 500 errors fetch(request, { - cf: { cacheTtlByStatus: { "200-299": 86400, "404": 1, "500-599": 0 } }, + cf: { cacheTtlByStatus: { "200-299": 86400, "404": 1, "500-599": 0 } } }); ``` diff --git a/package.json b/package.json index 328b399f..df7480fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/workers-types", - "version": "3.3.1", + "version": "3.4.0", "description": "TypeScript typings for Cloudflare Workers", "repository": { "type": "git",