@beauraines/rtm-cli 1.8.1 → 1.8.2

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.
@@ -9,3 +9,8 @@ updates:
9
9
  directory: "/" # Location of package manifests
10
10
  schedule:
11
11
  interval: "weekly"
12
+ day: "friday"
13
+ commit-message:
14
+ prefix: fix
15
+ prefix-development: chore
16
+ include: scope
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
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
+ ### [1.8.2](https://github.com/beauraines/rtm-cli/compare/v1.8.1...v1.8.2) (2023-04-15)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** bump @beauraines/rtm-api from 1.6.0 to 1.7.0 ([72a4430](https://github.com/beauraines/rtm-cli/commit/72a44307895ce15fc3f9282aca44bcdc61ab923c))
11
+ * **deps:** bump @beauraines/rtm-api from 1.6.0 to 1.7.0 ([#37](https://github.com/beauraines/rtm-cli/issues/37)) ([bd36402](https://github.com/beauraines/rtm-cli/commit/bd364020c07f33ac335dc7cb481d32be642400f8))
12
+
5
13
  ### [1.8.1](https://github.com/beauraines/rtm-cli/compare/v1.8.0...v1.8.1) (2023-03-12)
6
14
 
7
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beauraines/rtm-cli",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "description": "RTM CLI",
5
5
  "keywords": [
6
6
  "rtm",
@@ -39,7 +39,7 @@
39
39
  "@beauraines/rtm-api": "^1.6.0",
40
40
  "chalk": "^4.0.0",
41
41
  "cli-table3": "^0.6.3",
42
- "commander": "^2.11.0",
42
+ "commander": "^10.0.0",
43
43
  "copy-paste": "^1.3.0",
44
44
  "dateformat": "^4.0.0",
45
45
  "debug": "^4.3.4",