From dbfc6bb395283112a9dc59f6dbc48946f3ad3125 Mon Sep 17 00:00:00 2001 From: Vyrtsev Mikhail Date: Tue, 25 Jun 2024 04:40:02 +0300 Subject: [PATCH] v.0.2.5 --- README.md | 5 +++++ ext/manifest.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0bb5c5..b5470a8 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,11 @@ And If you want to run extension in dev mode: `./node_modules/.bin/web-ext run - # CHANGELOG +## `v.0.2.5` + +- Style improvements. Code cleanup +- Updated dependencies + ## `v.0.2.4` - Style improvements. Fixed controls interaction with text and scrollbars diff --git a/ext/manifest.json b/ext/manifest.json index 051d695..aa3187e 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Tab Saver", - "version": "0.2.4", + "version": "0.2.5", "description": "Allows you to manage and save tabs", "icons": { "48": "icons/icon.svg", diff --git a/package.json b/package.json index beb72ca..196c0f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tab-saver", - "version": "1.0.0", + "version": "0.2.4", "description": "TabSaver Firefox WebExtension", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",