@beauraines/toggl-cli 2.3.4 → 2.3.6
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.
package/.github/auto_assign.yml
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
# Set to true to add reviewers to pull requests
|
|
2
|
-
addReviewers:
|
|
2
|
+
addReviewers: false
|
|
3
3
|
|
|
4
4
|
# Set to true to add assignees to pull requests
|
|
5
|
-
addAssignees:
|
|
5
|
+
addAssignees: true
|
|
6
6
|
|
|
7
|
-
reviewers:
|
|
8
|
-
|
|
7
|
+
reviewers:
|
|
8
|
+
- beauraines
|
|
9
|
+
|
|
10
|
+
assignees:
|
|
11
|
+
- beauraines
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
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.3.6](https://github.com/beauraines/toggl-cli/compare/v2.3.5...v2.3.6) (2024-07-01)
|
|
6
|
+
|
|
7
|
+
### [2.3.5](https://github.com/beauraines/toggl-cli/compare/v2.3.4...v2.3.5) (2024-06-22)
|
|
8
|
+
|
|
5
9
|
### [2.3.4](https://github.com/beauraines/toggl-cli/compare/v2.3.3...v2.3.4) (2024-06-22)
|
|
6
10
|
|
|
7
11
|
### [2.3.3](https://github.com/beauraines/toggl-cli/compare/v2.3.2...v2.3.3) (2024-06-21)
|