diff --git a/CHANGELOG.md b/CHANGELOG.md index d010d86..812eea3 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.0.1](https://github.com/beauraines/toggl-cli/compare/v2.0.0...v2.0.1) (2023-09-22) + + +### Bug Fixes + +* **deps:** bump dayjs from 1.11.9 to 1.11.10 ([f4f2d6f](https://github.com/beauraines/toggl-cli/commit/f4f2d6fb6c3c33010fc40c030083ecc0e509d9f0)) + ## [2.0.0](https://github.com/beauraines/toggl-cli/compare/v0.10.22...v2.0.0) (2023-07-08) diff --git a/package-lock.json b/package-lock.json index 76a2ff7..f8736d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@beauraines/toggl-cli", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@beauraines/toggl-cli", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index 6ecec18..55796ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@beauraines/toggl-cli", - "version": "2.0.0", + "version": "2.0.1", "description": "CLI client for Toggl Time Tracker", "main": "cli.js", "bin": {