diff --git a/CHANGELOG.md b/CHANGELOG.md index 3712c21..5573a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.21.0](https://github.com/f3rno64/track-time-cli/compare/v1.20.3...v1.21.0) (2023-12-15) + + +### Bug Fixes + +* sheet command delete logic ([6351e65](https://github.com/f3rno64/track-time-cli/commit/6351e65b627f84ad29620510bbd17543603f9004)) + ### [1.20.3](https://github.com/f3rno64/track-time-cli/compare/v1.20.2...v1.20.3) (2023-12-14) diff --git a/package-lock.json b/package-lock.json index a915528..37a6a2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "track-time-cli", - "version": "1.20.3", + "version": "1.21.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "track-time-cli", - "version": "1.20.3", + "version": "1.21.0", "license": "MIT", "dependencies": { "colors": "^1.4.0", diff --git a/package.json b/package.json index 72aed46..18840da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "track-time-cli", - "version": "1.20.3", + "version": "1.21.0", "description": "A CLI utility for tracking tasks in time sheets, inspired by timetrap.", "main": "index.js", "repository": "https://github.com/f3rno64/track-time-cli",