diff --git a/CHANGELOG.md b/CHANGELOG.md index 345fd75..56d005a 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.1.4](https://github.com/beauraines/toggl-cli/compare/v2.1.3...v2.1.4) (2024-01-27) + + +### Bug Fixes + +* **deps:** bump dotenv from 16.3.1 to 16.4.1 ([dd44c58](https://github.com/beauraines/toggl-cli/commit/dd44c58aacfc2a3b398d280cb4133e82b5c93398)) + ### [2.1.3](https://github.com/beauraines/toggl-cli/compare/v2.1.2...v2.1.3) (2024-01-15) diff --git a/package-lock.json b/package-lock.json index dfdceea..aaf01a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@beauraines/toggl-cli", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@beauraines/toggl-cli", - "version": "2.1.3", + "version": "2.1.4", "license": "MIT", "dependencies": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index 4dd6df1..4c8c56e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@beauraines/toggl-cli", - "version": "2.1.3", + "version": "2.1.4", "description": "CLI client for Toggl Time Tracker", "main": "cli.js", "bin": {