From 3fc3138c1b359d211f5ed7658bf00239b550c761 Mon Sep 17 00:00:00 2001 From: sheepzh Date: Mon, 15 Jan 2024 19:04:19 +0800 Subject: [PATCH] v2.1.1 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7d2b633..0bd6132e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to Time Tracker will be documented in this file. It is worth mentioning that the release time of each change refers to the time when the installation package is submitted to the webstore. It is about one week for Edge to moderate packages, while only 1-2 days for Chrome and Firefox. +## [2.1.1] - 2024-01-15 + +- Fixed some bugs of bing.com in Firefox +- Optimized verification for 5 more minutes + ## [2.1.0] - 2024-01-02 - Supported Ukrainian diff --git a/package.json b/package.json index e30260a8..ed548dbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timer", - "version": "2.1.0", + "version": "2.1.1", "description": "Web timer", "homepage": "https://github.com/sheepzh/timer", "scripts": { @@ -68,4 +68,4 @@ "engines": { "node": ">=18" } -} \ No newline at end of file +}