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

Commit 3d10885

Browse files
Version Packages (#276)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fba318b commit 3d10885

7 files changed

Lines changed: 17 additions & 26 deletions

File tree

.changeset/flat-jeans-cheat.md

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

.changeset/fluffy-wasps-appear.md

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

.changeset/fresh-feet-push.md

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

.changeset/happy-onions-impress.md

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

.changeset/nervous-queens-agree.md

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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 3.17.0
4+
5+
### Minor Changes
6+
7+
- [#294](https://github.com/cloudflare/workers-types/pull/294) [`fba318b`](https://github.com/cloudflare/workers-types/commit/fba318b33a13be2807e04849aac00b62ca8f0679) Thanks [@Frederik-Baetens](https://github.com/Frederik-Baetens)! - Updated auto-generated types @ 2022-10-13
8+
9+
### Patch Changes
10+
11+
- [#280](https://github.com/cloudflare/workers-types/pull/280) [`6e55069`](https://github.com/cloudflare/workers-types/commit/6e550691955478fac33e960bfafe32738bda6016) Thanks [@WalshyDev](https://github.com/WalshyDev)! - Make clientTcpRtt optional
12+
13+
* [#288](https://github.com/cloudflare/workers-types/pull/288) [`4fe75b2`](https://github.com/cloudflare/workers-types/commit/4fe75b2cfc2b58f1cc7e84923ce8be47ae0a93eb) Thanks [@florianmartens](https://github.com/florianmartens)! - Add 'origin-auth' to RequestInitCfPropertiesImage interface. This changes fixes types for users attempting to fetch images from authenticated sources. Before this fix, users had to manually extend the fetch interface to satisfy the TS compiler.
14+
15+
- [#275](https://github.com/cloudflare/workers-types/pull/275) [`c9e2084`](https://github.com/cloudflare/workers-types/commit/c9e2084294d07fccfbcb33c2da281415204083c9) Thanks [@KianNH](https://github.com/KianNH)! - chore: add corporateProxy to request.cf.botManagement
16+
17+
* [#285](https://github.com/cloudflare/workers-types/pull/285) [`b6a5d1a`](https://github.com/cloudflare/workers-types/commit/b6a5d1a040543ce3a37c3aea71fab30dc8cb90d9) Thanks [@sid405](https://github.com/sid405)! - Fix return type of D1PreparedStatement.all
18+
319
## 3.16.0
420

521
### Minor Changes

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.16.0",
3+
"version": "3.17.0",
44
"description": "TypeScript typings for Cloudflare Workers",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)