diff --git a/.changeset/2022-06-20.md b/.changeset/2022-06-20.md deleted file mode 100644 index a1f983f9..00000000 --- a/.changeset/2022-06-20.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-types": minor ---- - -Updated auto-generated types @ 2022-06-20 diff --git a/.changeset/wicked-hairs-give.md b/.changeset/wicked-hairs-give.md deleted file mode 100644 index 797eb119..00000000 --- a/.changeset/wicked-hairs-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-types": minor ---- - -Update tlsClientAuth properties diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ce4054..de452c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.14.0 + +### Minor Changes + +- [#253](https://github.com/cloudflare/workers-types/pull/253) [`f45703c`](https://github.com/cloudflare/workers-types/commit/f45703cca6996f057c3ab1dceaea53f6f760471c) Thanks [@autodecl-bot](https://github.com/apps/autodecl-bot)! - Updated auto-generated types @ 2022-06-20 + +* [#256](https://github.com/cloudflare/workers-types/pull/256) [`9b4290b`](https://github.com/cloudflare/workers-types/commit/9b4290b30eef9683209afd32ef14ed208554f32f) Thanks [@Kellel](https://github.com/Kellel)! - Update tlsClientAuth properties + ## 3.13.0 ### Minor Changes diff --git a/package.json b/package.json index db559d4a..bbcdce67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/workers-types", - "version": "3.13.0", + "version": "3.14.0", "description": "TypeScript typings for Cloudflare Workers", "repository": { "type": "git",