Skip to content

Commit

Permalink
v1.3.0 update #16
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed May 18, 2018
1 parent e163c4d commit e92c255
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 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 |
|---|---|---|
| 1.3.0|18.05.18| — ***[Fixed]*** Reload all browser tabs [[#16](https://github.com/ritwickdey/live-server-web-extension/issues/16)] |
| 1.2.0|17.05.18| — Serious Bug Fixed |
| 1.1.0|17.05.18| &mdash; This extension was broken with Live Server v4.0.0 update. [[#127](https://github.com/ritwickdey/vscode-live-server/issues/127)] <br> &mdash; Popup window UI updated <br> &mdash; Docs updated. |
| 1.0.0 | 26.10.17 | &mdash; ***[New Feature]*** No need to setup proxy. There is now a way to setup - that is pretty easy & straight-forward. <br><br>&mdash; ***[Enhancement]*** Pop-up window is redesigned. <br><br>&mdash; ***[Bug Fixes]*** Small bug fixes related to the turn on/off switch. <br><br>&mdash; No BETA. General Release. |
Expand Down
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Neither the browser add-on nor the VS Code extension will host a server for: `PH

### News

* #### Verision 1.3.0 (18.05.18)
* ***[Fixed]*** Reload all browser tabs [[#16](https://github.com/ritwickdey/live-server-web-extension/issues/16)]


* #### Verision 1.2.0 (17.05.18)
* Serious Bug Fixed

Expand All @@ -40,16 +44,6 @@ Neither the browser add-on nor the VS Code extension will host a server for: `PH
* Popup window UI updated
* Docs updated.

* #### Verision 1.0.0 (26.10.17)
* ***[New Feature]*** No need to setup proxy. There is now a way to setup - that is pretty easy & straight-forward.

* ***[Enhancement]*** Pop-up window is redesigned.

* ***[Bug Fixes]*** Small bug fixes related to the turn on/off switch.

* No BETA. General Release.


<br><hr>


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Live Server Web Extension",
"version": "1.2.0",
"version": "1.3.0",
"description": " Makes your existing server live. This is a browser extension that helps you to live reload feature for dynamic pages",
"icons": {
"96": "./img/icon.png",
Expand Down

0 comments on commit e92c255

Please sign in to comment.