diff --git a/CHANGELOG.md b/CHANGELOG.md index 913888d5..de026394 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.5.1] - 2024-11-01 + +- Fixed some bugs + ## [2.5.0] - 2024-10-19 - Supported RTL and Arabic diff --git a/package.json b/package.json index 4d2550ff..f11db88f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timer", - "version": "2.5.0", + "version": "2.5.1", "description": "Time tracker", "homepage": "https://www.wfhg.cc", "scripts": { @@ -82,4 +82,4 @@ "engines": { "node": ">=20" } -} \ No newline at end of file +}