Skip to content

Commit

Permalink
v5.5.1 Release for #285
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed Feb 12, 2019
1 parent d46365b commit 9b8c241
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog
| Version | Date | Changelog |
|---|---|---|
|5.5.1|12.02.19 | — ***[Fixes]*** Fixed `Extension host terminated unexpectedly` for MacOS. [[#285](https://github.com/ritwickdey/vscode-live-server/issues/285)]
|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)]
|5.4.0| 30.01.19 | Bug fix for fsevents on Visual Code Insiders.
|5.3.1| 28.11.18 | Event-Stream Package Security Update.
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,17 @@ All settings are now listed here [Settings Docs](./docs/settings.md).

## What's new ?


* ### Version 5.5.1 (12.02.19)
* ***[Fixes]*** Fixed `Extension host terminated unexpectedly` for MacOS. [[#285](https://github.com/ritwickdey/vscode-live-server/issues/285)]

* ### Version 5.5.0 (12.02.19)
* ***[Fixes]*** Fixed `ignoreFiles` settings [[#255](https://github.com/ritwickdey/vscode-live-server/issues/255)]
* Attempt to fix `high cpu load` [[#278](https://github.com/ritwickdey/vscode-live-server/issues/278)]

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

* ### Version 5.3.1 (28.11.18)
* Event-Stream Package Security Update.


## Changelog
To check full changelog [click here](CHANGELOG.md).
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "LiveServer",
"displayName": "Live Server",
"description": "Launch a development local Server with live reload feature for static & dynamic pages",
"version": "5.5.0",
"version": "5.5.1",
"publisher": "ritwickdey",
"author": {
"name": "Ritwick Dey",
Expand Down Expand Up @@ -342,7 +342,7 @@
"vsls": "^0.3.967"
},
"announcement": {
"onVersion": "5.5.0",
"message": "LiveServer@5.5.0: Fixed `ignoreFiles` settings & Attempt to fix `high cpu load`"
"onVersion": "5.5.1",
"message": "LiveServer@5.5.0 & 5.5.1: Fixed `ignoreFiles` settings, Attempt to fix `high cpu load` & Fixed for macOS"
}
}

0 comments on commit 9b8c241

Please sign in to comment.