Skip to content

Commit 893ed38

Browse files
Version Packages (#927)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7b38a7c commit 893ed38

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.changeset/twenty-seahorses-switch.md

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

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# wrangler
22

3+
## 0.0.34
4+
5+
### Patch Changes
6+
7+
- [#926](https://github.com/cloudflare/wrangler2/pull/926) [`7b38a7c`](https://github.com/cloudflare/wrangler2/commit/7b38a7c3e5df293167380002489c821c7c0a5553) Thanks [@threepointone](https://github.com/threepointone)! - polish: show paths of created files with `wrangler init`
8+
9+
This patch modifies the terminal when running `wrangler init`, to show the proper paths of files created during it (like `package.json`, `tsconfig.json`, etc etc). It also fixes a bug where we weren't detecting the existence of `src/index.js` for a named worker before asking to create it.
10+
311
## 0.0.33
412

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

0 commit comments

Comments
 (0)