Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit fe7e1be

Browse files
committed
release: 0.2.1
1 parent f9fc3d9 commit fe7e1be

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.2.1
4+
* Document the manual restart feature (see below)
5+
* Improve handling of errors thrown by the vite-node runner
6+
* Code formatting improvements
7+
38
## 0.2.0
49
* Allow the user to restart the script by typing "rs"
510

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-node-dev",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Run Node scripts with vite-node and reload them when they are changed.",
55
"type": "module",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)