@beauraines/toggl-cli 2.1.6 → 2.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,3 +14,8 @@ updates:
14
14
  prefix: fix
15
15
  prefix-development: chore
16
16
  include: scope
17
+ groups:
18
+ dev-dependencies:
19
+ dependency-type: "development"
20
+ patterns:
21
+ - "*"
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  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.
4
4
 
5
+ ### [2.1.8](https://github.com/beauraines/toggl-cli/compare/v2.1.7...v2.1.8) (2024-05-07)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** bump dayjs from 1.11.10 to 1.11.11 ([#157](https://github.com/beauraines/toggl-cli/issues/157)) ([dbe0dde](https://github.com/beauraines/toggl-cli/commit/dbe0dde1874f38ae1e0d8d830bd4c3ac49feb3a9))
11
+
12
+ ### [2.1.7](https://github.com/beauraines/toggl-cli/compare/v2.1.6...v2.1.7) (2024-04-14)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **deps:** bump cli-table3 from 0.6.3 to 0.6.4 ([#151](https://github.com/beauraines/toggl-cli/issues/151)) ([8aa717e](https://github.com/beauraines/toggl-cli/commit/8aa717e260d684854b40cac5da66332fe08ed89e))
18
+
5
19
  ### [2.1.6](https://github.com/beauraines/toggl-cli/compare/v2.1.5...v2.1.6) (2024-02-26)
6
20
 
7
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beauraines/toggl-cli",
3
- "version": "2.1.6",
3
+ "version": "2.1.8",
4
4
  "description": "CLI client for Toggl Time Tracker",
5
5
  "main": "cli.js",
6
6
  "bin": {