Skip to content

Commit 5572a45

Browse files
committed
release: bump version to v2.0.0
1 parent b03510f commit 5572a45

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22
| Version | Date | Changelog |
33
|---|---|---|
4+
| 2.0.0|25.12.24| manifest.json v3 upgrade [#129](https://github.com/ritwickdey/live-server-web-extension/pull/129)
45
| 1.3.0|18.05.18| — ***[Fixed]*** Reload all browser tabs [[#16](https://github.com/ritwickdey/live-server-web-extension/issues/16)] |
5-
| 1.2.0|17.05.18| — Serious Bug Fixed |
6+
| 1.2.0|17.05.18| — Serious Bug Fixe |
67
| 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. |
78
| 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. |
89
0.0.1 | 22.10.17 | Initial Release under BETA |

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 3,
33
"name": "Live Server Web Extension",
4-
"version": "1.4.0",
5-
"description": " Makes your existing server live. This is a browser extension that helps you to live reload feature for dynamic pages",
4+
"version": "2.0.0",
5+
"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",
88
"128": "./img/icon128.png"

0 commit comments

Comments
 (0)