Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 531a0ef

Browse files
Version Packages (#185)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 74c94f8 commit 531a0ef

File tree

6 files changed

+16
-22
lines changed

6 files changed

+16
-22
lines changed

.changeset/2022-01-19.md

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

.changeset/2022-02-08.md

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

.changeset/mean-deers-drop.md

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

.changeset/poor-ears-search.md

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

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
* [#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
10+
11+
### Patch Changes
12+
13+
- [#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]()
14+
15+
* [#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
16+
317
## 3.3.1
418

519
### Patch Changes
@@ -198,7 +212,7 @@
198212

199213
// Force response to be cached for 86400 seconds for 200 status codes, 1 second for 404, and do not cache 500 errors
200214
fetch(request, {
201-
cf: { cacheTtlByStatus: { "200-299": 86400, "404": 1, "500-599": 0 } },
215+
cf: { cacheTtlByStatus: { "200-299": 86400, "404": 1, "500-599": 0 } }
202216
});
203217
```
204218

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/workers-types",
3-
"version": "3.3.1",
3+
"version": "3.4.0",
44
"description": "TypeScript typings for Cloudflare Workers",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)