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

Commit 6ccfc6b

Browse files
committed
release: 1.0.0
1 parent b0ac317 commit 6ccfc6b

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+
## [1.0.0](https://github.com/hugo-t-b/vite-node-dev/releases/tag/v1.0.0) (2022-08-07)
4+
* BREAKING: use Vite 3 ([6a30d61](https://github.com/hugo-t-b/vite-node-dev/commit/6a30d61ba5e4d1ad13ffbdda62e660ecca5e5baa))
5+
36
## [0.3.1](https://github.com/hugo-t-b/vite-node-dev/releases/tag/v0.3.1) (2022-07-04)
47
* Run build pre-publish ([c6b4e76](https://github.com/hugo-t-b/vite-node-dev/commit/c6b4e7664d86b85efa3dad0d01a21a72169c1181))
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": "0.3.1",
3+
"version": "1.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("0.2.1");
8+
.version("1.0.0");
99

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

0 commit comments

Comments
 (0)