We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1f920 commit 9b303b3Copy full SHA for 9b303b3
README.md
@@ -103,7 +103,7 @@ We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
103
Version history
104
---------------
105
106
-* master (unreleased)
+* v0.9.2
107
- Updated most dependencies to latest versions
108
- `--quiet` now silences warning about injection failure
109
- Giving explicit `--watch` paths now disables adding mounted paths to watching
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "live-server",
3
- "version": "0.9.1",
+ "version": "0.9.2",
4
"description": "simple development http server with live reload capability",
5
"keywords": [
6
"front-end",
0 commit comments