diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d90c1..7b31fa9 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. +### [2.3.10](https://github.com/beauraines/toggl-cli/compare/v2.3.9...v2.3.10) (2024-08-08) + ### [2.3.9](https://github.com/beauraines/toggl-cli/compare/v2.3.8...v2.3.9) (2024-07-23) diff --git a/package-lock.json b/package-lock.json index 187ed1a..b27a914 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@beauraines/toggl-cli", - "version": "2.3.9", + "version": "2.3.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@beauraines/toggl-cli", - "version": "2.3.9", + "version": "2.3.10", "license": "MIT", "dependencies": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index caeafcf..1c5ba19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@beauraines/toggl-cli", - "version": "2.3.9", + "version": "2.3.10", "description": "CLI client for Toggl Time Tracker", "main": "cli.js", "bin": {