fix(smarttime.units): Fix issue in getMilliSecondsAsHumanReadableAgoTime

This commit is contained in:
2024-12-13 22:09:30 +01:00
parent bfa00feadd
commit 6e7f8f3dda
3 changed files with 7 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smarttime',
version: '4.1.0',
version: '4.1.1',
description: 'Provides utilities for advanced time handling including cron jobs, timestamps, intervals, and more.'
}