Skip to content

Commit e92c255

Browse files
committed
v1.3.0 update #16
1 parent e163c4d commit e92c255

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
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+
| 1.3.0|18.05.18| — ***[Fixed]*** Reload all browser tabs [[#16](https://github.com/ritwickdey/live-server-web-extension/issues/16)] |
45
| 1.2.0|17.05.18| — Serious Bug Fixed |
56
| 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. |
67
| 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. |

README.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Neither the browser add-on nor the VS Code extension will host a server for: `PH
3232

3333
### News
3434

35+
* #### Verision 1.3.0 (18.05.18)
36+
* ***[Fixed]*** Reload all browser tabs [[#16](https://github.com/ritwickdey/live-server-web-extension/issues/16)]
37+
38+
3539
* #### Verision 1.2.0 (17.05.18)
3640
* Serious Bug Fixed
3741

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

43-
* #### Verision 1.0.0 (26.10.17)
44-
* ***[New Feature]*** No need to setup proxy. There is now a way to setup - that is pretty easy & straight-forward.
45-
46-
* ***[Enhancement]*** Pop-up window is redesigned.
47-
48-
* ***[Bug Fixes]*** Small bug fixes related to the turn on/off switch.
49-
50-
* No BETA. General Release.
51-
52-
5347
<br><hr>
5448

5549

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Live Server Web Extension",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": " Makes your existing server live. This is a browser extension that helps you to live reload feature for dynamic pages",
66
"icons": {
77
"96": "./img/icon.png",

0 commit comments

Comments
 (0)