Skip to content

Commit 9b8c241

Browse files
committed
v5.5.1 Release for #285
1 parent d46365b commit 9b8c241

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22
| Version | Date | Changelog |
33
|---|---|---|
4+
|5.5.1|12.02.19 | — ***[Fixes]*** Fixed `Extension host terminated unexpectedly` for MacOS. [[#285](https://github.com/ritwickdey/vscode-live-server/issues/285)]
45
|5.5.0| 12.02.19 | &mdash; ***[Fixes]*** Fixed `ignoreFiles` settings [[#255](https://github.com/ritwickdey/vscode-live-server/issues/255)] <br> &mdash; Attempt to fix `high cpu load` [[#278](https://github.com/ritwickdey/vscode-live-server/issues/278)]
56
|5.4.0| 30.01.19 | Bug fix for fsevents on Visual Code Insiders.
67
|5.3.1| 28.11.18 | Event-Stream Package Security Update.

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,17 @@ All settings are now listed here [Settings Docs](./docs/settings.md).
6565

6666
## What's new ?
6767

68+
69+
* ### Version 5.5.1 (12.02.19)
70+
* ***[Fixes]*** Fixed `Extension host terminated unexpectedly` for MacOS. [[#285](https://github.com/ritwickdey/vscode-live-server/issues/285)]
71+
6872
* ### Version 5.5.0 (12.02.19)
6973
* ***[Fixes]*** Fixed `ignoreFiles` settings [[#255](https://github.com/ritwickdey/vscode-live-server/issues/255)]
7074
* Attempt to fix `high cpu load` [[#278](https://github.com/ritwickdey/vscode-live-server/issues/278)]
7175

7276
* ### Version 5.4.0 (30.01.19)
7377
* Bug fix for fsevents on Visual Code Insiders.
7478

75-
* ### Version 5.3.1 (28.11.18)
76-
* Event-Stream Package Security Update.
77-
7879

7980
## Changelog
8081
To check full changelog [click here](CHANGELOG.md).

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "LiveServer",
33
"displayName": "Live Server",
44
"description": "Launch a development local Server with live reload feature for static & dynamic pages",
5-
"version": "5.5.0",
5+
"version": "5.5.1",
66
"publisher": "ritwickdey",
77
"author": {
88
"name": "Ritwick Dey",
@@ -342,7 +342,7 @@
342342
"vsls": "^0.3.967"
343343
},
344344
"announcement": {
345-
"onVersion": "5.5.0",
346-
"message": "[email protected]: Fixed `ignoreFiles` settings & Attempt to fix `high cpu load`"
345+
"onVersion": "5.5.1",
346+
"message": "[email protected] & 5.5.1: Fixed `ignoreFiles` settings, Attempt to fix `high cpu load` & Fixed for macOS"
347347
}
348348
}

0 commit comments

Comments
 (0)