Skip to content

Commit

Permalink
Version Packages (#923)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 8, 2022
1 parent e2f9bb2 commit 596d5b2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .changeset/weak-mugs-glow.md

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/wrangler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# wrangler

## 0.0.32

### Patch Changes

- [#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`

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.

Additionally, this fixes a bug in our tests where mocked `confirm()` and `prompt()` calls were leaking between tests.

Closes https://github.com/cloudflare/wrangler2/issues/847

## 0.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wrangler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wrangler",
"version": "0.0.31",
"version": "0.0.32",
"author": "[email protected]",
"description": "Command-line interface for all things Cloudflare Workers",
"bin": {
Expand Down

0 comments on commit 596d5b2

Please sign in to comment.