Skip to content

Commit 596d5b2

Browse files
Version Packages (#923)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e2f9bb2 commit 596d5b2

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

.changeset/weak-mugs-glow.md

-11
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

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# wrangler
22

3+
## 0.0.32
4+
5+
### Patch Changes
6+
7+
- [#922](https://github.com/cloudflare/wrangler2/pull/922) [`e2f9bb2`](https://github.com/cloudflare/wrangler2/commit/e2f9bb2bad7fcb64ad284da7dec5d91778c8a09b) Thanks [@threepointone](https://github.com/threepointone)! - feat: offer to create a git repo when calling `wrangler init`
8+
9+
Worker projects created by `wrangler init` should also be managed by source control (popularly, git). This patch adds a choice in `wrangler init` to make the created project into a git repository.
10+
11+
Additionally, this fixes a bug in our tests where mocked `confirm()` and `prompt()` calls were leaking between tests.
12+
13+
Closes https://github.com/cloudflare/wrangler2/issues/847
14+
315
## 0.0.31
416

517
### Patch 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": "0.0.31",
3+
"version": "0.0.32",
44
"author": "[email protected]",
55
"description": "Command-line interface for all things Cloudflare Workers",
66
"bin": {

0 commit comments

Comments
 (0)