diff --git a/CHANGELOG.md b/CHANGELOG.md index 182d6a0..a39dd33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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| — This extension was broken with Live Server v4.0.0 update. [[#127](https://github.com/ritwickdey/vscode-live-server/issues/127)]
— Popup window UI updated
— Docs updated. | | 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. | diff --git a/README.md b/README.md index d44b829..f4fa4e3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. - -

diff --git a/manifest.json b/manifest.json index c9e7829..962d84c 100644 --- a/manifest.json +++ b/manifest.json @@ -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",