Skip to content

Commit f61de1d

Browse files
Version Packages (#2879)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8b81abd commit f61de1d

5 files changed

Lines changed: 14 additions & 16 deletions

File tree

.changeset/curly-buses-crash.md

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

.changeset/spotty-walls-crash.md

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wrangler/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# wrangler
22

3+
## 2.12.3
4+
5+
### Patch Changes
6+
7+
- [#2884](https://github.com/cloudflare/workers-sdk/pull/2884) [`e33bea9b`](https://github.com/cloudflare/workers-sdk/commit/e33bea9b2b3060c47bd7d453fdbb31889c52c45e) Thanks [@WalshyDev](https://github.com/WalshyDev)! - Changed console.debug for logger.debug in Pages uploading. This will ensure the debug logs are only sent when debug logging is enabled with `WRANGLER_LOG=debug`.
8+
9+
* [#2878](https://github.com/cloudflare/workers-sdk/pull/2878) [`6ebb23d5`](https://github.com/cloudflare/workers-sdk/commit/6ebb23d5b832a49a95b3a169ccf032a6260f22ef) Thanks [@rozenmd](https://github.com/rozenmd)! - feat: Add D1 binding support to Email Workers
10+
11+
This PR makes it possible to query D1 from an Email Worker, assuming a binding has been setup.
12+
13+
As D1 is in alpha and not considered "production-ready", this changeset is a patch, rather than a minor bump to wrangler.
14+
315
## 2.12.2
416

517
### Patch Changes

packages/wrangler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wrangler",
3-
"version": "2.12.2",
3+
"version": "2.12.3",
44
"description": "Command-line interface for all things Cloudflare Workers",
55
"keywords": [
66
"wrangler",

0 commit comments

Comments
 (0)