[go: nahoru, domu]

Skip to content

Commit

Permalink
release: vite-plugin-full-reload@0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Mar 18, 2021
1 parent a14fb76 commit 3f2b256
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.3](https://github.com/ElMassimo/vite-plugin-full-reload/compare/v0.1.2...v0.1.3) (2021-03-18)

* Move `chalk` and `chokidar` as `dependencies` since only npm v7 installs `peerDependencies`.

## [0.1.2](https://github.com/ElMassimo/vite-plugin-full-reload/compare/v0.1.1...v0.1.2) (2021-03-18)

* Add `vite-plugin` keyword to the package to make it easier to find.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-full-reload",
"description": "Reload the page when files are modified",
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 3f2b256

Please sign in to comment.