Skip to content

Commit

Permalink
release: bump version to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed Dec 25, 2024
1 parent b03510f commit 5572a45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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| &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. |
0.0.1 | 22.10.17 | Initial Release under BETA |
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 5572a45

Please sign in to comment.