Skip to content

Commit 6834010

Browse files
Version Packages (#935)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bc28bea commit 6834010

File tree

7 files changed

+28
-36
lines changed

7 files changed

+28
-36
lines changed

.changeset/mighty-hats-sleep.md

-9
This file was deleted.

.changeset/stupid-wombats-know.md

-5
This file was deleted.

.changeset/weak-mangos-admire.md

-5
This file was deleted.

.changeset/wise-lies-visit.md

-15
This file was deleted.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wrangler/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# wrangler
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#932](https://github.com/cloudflare/wrangler2/pull/932) [`e95e5a0`](https://github.com/cloudflare/wrangler2/commit/e95e5a0a4e6848a747cba067ad7c095d672f0f55) Thanks [@threepointone](https://github.com/threepointone)! - fix: log proper response status codes in `dev`
8+
9+
During `dev` we log the method/url/statuscode for every req+res. This fix logs the correct details for every request.
10+
11+
Fixes https://github.com/cloudflare/wrangler2/issues/931
12+
13+
* [#930](https://github.com/cloudflare/wrangler2/pull/930) [`bc28bea`](https://github.com/cloudflare/wrangler2/commit/bc28bea376260abb6fed996698436fb11e7840fc) Thanks [@GregBrimble](https://github.com/GregBrimble)! - fix: Default to creating a new project when no existing ones are available for 'wrangler pages publish'
14+
15+
- [#934](https://github.com/cloudflare/wrangler2/pull/934) [`692ddc4`](https://github.com/cloudflare/wrangler2/commit/692ddc4f1a3770758a8199bbdcd0abee108c3a2c) Thanks [@GregBrimble](https://github.com/GregBrimble)! - fix: Suppress beta warning when operating in Pages' CI environment
16+
17+
* [#936](https://github.com/cloudflare/wrangler2/pull/936) [`a0e0b26`](https://github.com/cloudflare/wrangler2/commit/a0e0b2696f498e0d7913e8ffd3db5abd025e7085) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: support Windows line-endings in TOML files
18+
19+
The TOML parser that Wrangler uses crashes if there is a Windows line-ending in a comment.
20+
See https://github.com/iarna/iarna-toml/issues/33.
21+
22+
According to the TOML spec, we should be able to normalize line-endings as we see fit.
23+
See https://toml.io/en/v1.0.0#:~:text=normalize%20newline%20to%20whatever%20makes%20sense.
24+
25+
This change normalizes line-endings of TOML strings before parsing to avoid hitting this bug.
26+
27+
Fixes https://github.com/cloudflare/wrangler2/issues/915
28+
329
## 2.0.0
430

531
### Major Changes

packages/wrangler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wrangler",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"author": "[email protected]",
55
"description": "Command-line interface for all things Cloudflare Workers",
66
"bin": {

0 commit comments

Comments
 (0)