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

Commit 5cdbb4f

Browse files
Version Packages (#260)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 33c6bd0 commit 5cdbb4f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/rude-apples-bow.md

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

.changeset/violet-tables-appear.md

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

CHANGELOG.md

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

3+
## 3.15.0
4+
5+
### Minor Changes
6+
7+
- [#265](https://github.com/cloudflare/workers-types/pull/265) [`6cac151`](https://github.com/cloudflare/workers-types/commit/6cac15126701c53b7d988fd4d3dab76d5755b6ce) Thanks [@geelen](https://github.com/geelen)! - Added D1 binding types
8+
9+
### Patch Changes
10+
11+
- [#259](https://github.com/cloudflare/workers-types/pull/259) [`38b7e0f`](https://github.com/cloudflare/workers-types/commit/38b7e0fba83f01654a00b0d805cd01211a419f3d) Thanks [@vlovich](https://github.com/vlovich)! - Fix DurableObject transaction `get` to properly return `Promise<T | undefined>` instead of `Promise<T>`
12+
313
## 3.14.1
414

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

0 commit comments

Comments
 (0)