From 3cfc6c2a397af24cf33b9e3f947b0d39a35b18df Mon Sep 17 00:00:00 2001 From: sheepzh Date: Mon, 12 Aug 2024 14:19:55 +0800 Subject: [PATCH] v2.4.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3fd13b..990ded2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.4.1] - 2024-08-12 + +- Supported weekly limit + ## [2.4.0] - 2024-08-08 - Refactored charts on background pages diff --git a/package.json b/package.json index aa76d424..f66a040d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timer", - "version": "2.4.0", + "version": "2.4.1", "description": "Time tracker", "homepage": "https://www.wfhg.cc", "scripts": {