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

Commit 7549fb6

Browse files
committed
release: 2.0.0
1 parent 3068ea2 commit 7549fb6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/hugo-t-b/vite-node-dev/releases/tag/v2.0.0) (2022-12-12)
4+
* BREAKING: use Vite 4 ([3068ea2](https://github.com/hugo-t-b/vite-node-dev/commit/3068ea29d5571e386e904c8c075cff87578af9f3))
5+
36
## [1.1.0](https://github.com/hugo-t-b/vite-node-dev/releases/tag/v1.1.0) (2022-10-09)
47
* Use Colorette instead of Chalk for better performance ([2783960](https://github.com/hugo-t-b/vite-node-dev/commit/278396021ef0f4d809e8ea5c32b9729ee54536e7))
58

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": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Run Node scripts with vite-node and reload them when they are changed.",
55
"type": "module",
66
"packageManager": "[email protected]",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { program } from "commander";
55

66
program
77
.name("vite-node-dev")
8-
.version("1.0.0");
8+
.version("2.0.0");
99

1010
program
1111
.argument("<file>")

0 commit comments

Comments
 (0)