Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 50860cb

Browse files
committed
Bump version add 1.0.1 to CHANGELOG.md
1 parent e754358 commit 50860cb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# 🚧 Changelog
22

3+
## 1.0.1
4+
5+
- Fix
6+
`/usr/bin/env: 'node --experimental-vm-modules': No such file or directory`
7+
error when running the CLI in Linux. See
8+
[💻 Using the CLI](https://miniflare.dev/cli.html#usage) for more details.
9+
310
## 1.0.0
411

512
### Breaking Changes
@@ -87,8 +94,6 @@
8794

8895
## 0.1.1
8996

90-
### Fixes
91-
9297
- Depend on `@mrbbot/node-fetch` from npm instead of GitHub, closes
9398
[issue #2](https://github.com/mrbbot/miniflare/issues/2)
9499

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniflare",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)