@iamsergio/qttest-utils 1.1.1 → 1.1.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.
Files changed (2) hide show
  1. package/Changelog +7 -0
  2. package/package.json +1 -1
package/Changelog CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
 
4
4
 
5
+ ## [1.1.2] - 2024-04-07
6
+
7
+ ### ⚙️ Miscellaneous Tasks
8
+
9
+ - Add more logging
10
+
5
11
  ## [1.1.1] - 2024-04-07
6
12
 
7
13
  ### 🐛 Bug Fixes
@@ -11,6 +17,7 @@
11
17
  ### ⚙️ Miscellaneous Tasks
12
18
 
13
19
  - Improve CONTRIBUTING.md
20
+ - Bump version
14
21
 
15
22
  ## [1.1.0] - 2024-04-07
16
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iamsergio/qttest-utils",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "API for listing QtTest executables from a build directory and which individual test slots each executable contains. Useful for a Text Explorer VSCode extension.",
5
5
  "repository": {
6
6
  "type": "git",