diff --git a/CHANGELOG.md b/CHANGELOG.md index a39dd33..b18d887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog | Version | Date | Changelog | |---|---|---| +| 2.0.0|25.12.24| manifest.json v3 upgrade [#129](https://github.com/ritwickdey/live-server-web-extension/pull/129) | 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.2.0|17.05.18| — Serious Bug Fixe | | 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. | 0.0.1 | 22.10.17 | Initial Release under BETA | diff --git a/manifest.json b/manifest.json index 90245d9..e04afcf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "Live Server Web Extension", - "version": "1.4.0", - "description": " Makes your existing server live. This is a browser extension that helps you to live reload feature for dynamic pages", + "version": "2.0.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", "128": "./img/icon128.png"