From 9731f04c43e60d1c9ab244d46b859a78e58dba73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 10:10:00 +0100 Subject: [PATCH] Version Packages (#274) Co-authored-by: github-actions[bot] --- .changeset/2022-08-30.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/2022-08-30.md diff --git a/.changeset/2022-08-30.md b/.changeset/2022-08-30.md deleted file mode 100644 index a14db2ad..00000000 --- a/.changeset/2022-08-30.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-types": minor ---- - -Updated auto-generated types @ 2022-08-30 diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b23211..3011666d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.16.0 + +### Minor Changes + +- [#273](https://github.com/cloudflare/workers-types/pull/273) [`bc80605`](https://github.com/cloudflare/workers-types/commit/bc8060518241fa858765cf5bff48f4115289d009) Thanks [@autodecl-bot](https://github.com/apps/autodecl-bot)! - Updated auto-generated types @ 2022-08-30 + ## 3.15.0 ### Minor Changes diff --git a/package.json b/package.json index ebc30a4f..313d4bb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/workers-types", - "version": "3.15.0", + "version": "3.16.0", "description": "TypeScript typings for Cloudflare Workers", "repository": { "type": "git",