From 8dfc92fcf806364b32c73c3384cacf21c06e96c2 Mon Sep 17 00:00:00 2001 From: Cris Mihalache Date: Thu, 14 Dec 2023 23:16:56 +0200 Subject: [PATCH] chore(release): 1.20.1 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8be205..ce00a11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.20.1](https://github.com/f3rno64/track-time-cli/compare/v1.20.0...v1.20.1) (2023-12-14) + ## [1.20.0](https://github.com/f3rno64/track-time-cli/compare/v1.19.1...v1.20.0) (2023-12-14) diff --git a/package-lock.json b/package-lock.json index 124e8e8..e1d3f0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "track-time-cli", - "version": "1.20.0", + "version": "1.20.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "track-time-cli", - "version": "1.20.0", + "version": "1.20.1", "license": "MIT", "dependencies": { "colors": "^1.4.0", diff --git a/package.json b/package.json index 8c3914f..d7fc0ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "track-time-cli", - "version": "1.20.0", + "version": "1.20.1", "description": "A CLI utility for tracking tasks in time sheets, inspired by timetrap.", "main": "index.js", "repository": "https://github.com/f3rno64/track-time-cli",