From 3b9247741bb3b85a5114cbe4cbbf755676e6abed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 00:56:55 +0000 Subject: [PATCH] chore(release): 2.3.9 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63dad87..e6d90c1 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. +### [2.3.9](https://github.com/beauraines/toggl-cli/compare/v2.3.8...v2.3.9) (2024-07-23) + + +### Bug Fixes + +* **deps:** bump dayjs from 1.11.11 to 1.11.12 ([#182](https://github.com/beauraines/toggl-cli/issues/182)) ([5e81f91](https://github.com/beauraines/toggl-cli/commit/5e81f910ef301fd9056945b364ed957b2f0e77ce)) + ### [2.3.8](https://github.com/beauraines/toggl-cli/compare/v2.3.7...v2.3.8) (2024-07-21) ### [2.3.7](https://github.com/beauraines/toggl-cli/compare/v2.3.6...v2.3.7) (2024-07-06) diff --git a/package-lock.json b/package-lock.json index 81d6c8e..187ed1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@beauraines/toggl-cli", - "version": "2.3.8", + "version": "2.3.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@beauraines/toggl-cli", - "version": "2.3.8", + "version": "2.3.9", "license": "MIT", "dependencies": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index 94e3557..caeafcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@beauraines/toggl-cli", - "version": "2.3.8", + "version": "2.3.9", "description": "CLI client for Toggl Time Tracker", "main": "cli.js", "bin": {