Skip to content

Commit 7cb5cbe

Browse files
committed
0.9.0
1 parent 476b1b8 commit 7cb5cbe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎README.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ When `/User/Workspace/test/css/style.css` is modified, the stylesheet will be re
172172

173173
# Changelog
174174

175+
### 0.9.0
176+
* Serve Livereload client library from an NPM dependency instead of copying the code into the project - smhg
177+
* Update Chokidar to 3.3.0 which improves performance and reduces CPU load.
178+
175179
### 0.8.2
176180
* Fix regression in 0.8.1 where broadcasting failed due to incompatibility between arrays and sets
177181
* Add debug message when broadcasting to each socket

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "livereload",
33
"description": "LiveReload server",
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"contributors": [
66
{
77
"name": "Brian P. Hogan",

0 commit comments

Comments
 (0)