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

Commit ae7504f

Browse files
committed
release: 0.3.1
1 parent c6b4e76 commit ae7504f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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+
## [0.3.1](https://github.com/hugo-t-b/vite-node-dev/releases/tag/v0.3.1) (2022-07-04)
4+
* Run build pre-publish ([c6b4e76](https://github.com/hugo-t-b/vite-node-dev/commit/c6b4e7664d86b85efa3dad0d01a21a72169c1181))
5+
36
## [0.3.0](https://github.com/hugo-t-b/vite-node-dev/releases/tag/v0.3.0) (2022-07-04)
47
* Add a `--run` flag to run a script without reloading ([#4](https://github.com/hugo-t-b/vite-node-dev/pull/4), [7a06652](https://github.com/hugo-t-b/vite-node-dev/commit/7a06652f735c09741cdca143ab14f0be2e0d826e))
58
* Add a `--help` flag ([840dbac](https://github.com/hugo-t-b/vite-node-dev/commit/840dbac31d3a121b1936c30b92fb32001824fd7b))

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.0",
3+
"version": "0.3.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)