|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [1.9.7](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.6...${npm.name}-v1.9.7) (2026-03-16) |
| 3 | +## [1.9.8](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.7...${npm.name}-v1.9.8) (2026-03-31) |
| 4 | + |
| 5 | +### Bug Fixes |
4 | 6 |
|
| 7 | +- pin axios version - Update package-lock.json and package.json for axios and axios-retry versions |
| 8 | + |
| 9 | +## [1.9.7](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.6...${npm.name}-v1.9.7) (2026-03-16) |
5 | 10 |
|
6 | 11 | ### Bug Fixes |
7 | 12 |
|
8 | | -* restore commonjs support for the cmd package 042159b |
| 13 | +- restore commonjs support for the cmd package 042159b |
9 | 14 |
|
10 | 15 | ## [1.9.6](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.5...${npm.name}-v1.9.6) (2026-03-12) |
11 | 16 |
|
12 | | - |
13 | 17 | ### Bug Fixes |
14 | 18 |
|
15 | | -* remove unnecessary build entry fc5b950 |
16 | | -* report correct test status for jest reporter 50a59dd |
17 | | -* revert axios version faf549b |
18 | | -* Run npm audit fix to get security fixes for glob (#314) 029ee51, closes #314 |
19 | | -* test script for jest package 3073ab4 |
20 | | -* use posix pathing to build last run file paths [CSR-3199] (#292) 2ac7063, closes #292 |
21 | | - |
| 19 | +- remove unnecessary build entry fc5b950 |
| 20 | +- report correct test status for jest reporter 50a59dd |
| 21 | +- revert axios version faf549b |
| 22 | +- Run npm audit fix to get security fixes for glob (#314) 029ee51, closes #314 |
| 23 | +- test script for jest package 3073ab4 |
| 24 | +- use posix pathing to build last run file paths [CSR-3199] (#292) 2ac7063, closes #292 |
22 | 25 |
|
23 | 26 | ### Features |
24 | 27 |
|
25 | | -* add optional tags property to InstanceReportTest type and refactor handleCurrentsReport function for clarity 0b1f494 |
26 | | -* **cmd:** support artifacts e545d7e |
27 | | -* jest currents report dir env [CSR-3872] (#320) c4413bf, closes #320 |
| 28 | +- add optional tags property to InstanceReportTest type and refactor handleCurrentsReport function for clarity 0b1f494 |
| 29 | +- **cmd:** support artifacts e545d7e |
| 30 | +- jest currents report dir env [CSR-3872] (#320) c4413bf, closes #320 |
28 | 31 |
|
29 | 32 | ## [1.9.5](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.2...${npm.name}-v1.9.5) (2025-10-06) |
30 | 33 |
|
31 | | - |
32 | 34 | ### Bug Fixes |
33 | 35 |
|
34 | | -* use posix pathing to build last run file paths [CSR-3199] ([#292](https://github.com/currents-dev/currents-reporter/issues/292)) ([2ac7063](https://github.com/currents-dev/currents-reporter/commit/2ac7063fba53df8bbe80b2abd11ccee4f22aee74)) |
| 36 | +- use posix pathing to build last run file paths [CSR-3199] ([#292](https://github.com/currents-dev/currents-reporter/issues/292)) ([2ac7063](https://github.com/currents-dev/currents-reporter/commit/2ac7063fba53df8bbe80b2abd11ccee4f22aee74)) |
35 | 37 |
|
36 | 38 | ## [1.9.4](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.2...${npm.name}-v1.9.4) (2025-06-12) |
37 | 39 |
|
38 | 40 | ### Bug fixes |
39 | | -* change `glob` package to `globby` |
| 41 | + |
| 42 | +- change `glob` package to `globby` |
40 | 43 |
|
41 | 44 | ## [1.9.3](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.2...${npm.name}-v1.9.3) (2025-06-12) |
42 | 45 |
|
43 | | -* Attempted fix for `glob` package issue (superseded by 1.9.4). |
| 46 | +- Attempted fix for `glob` package issue (superseded by 1.9.4). |
44 | 47 |
|
45 | 48 | ## [1.9.2](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.1...${npm.name}-v1.9.2) (2025-06-12) |
46 | 49 |
|
47 | | -* Attempted fix for `glob` package issue (superseded by 1.9.4). |
| 50 | +- Attempted fix for `glob` package issue (superseded by 1.9.4). |
48 | 51 |
|
49 | 52 | ## [1.9.1](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.0...${npm.name}-v1.9.1) (2025-06-12) |
50 | 53 |
|
51 | | -* Attempted fix for `glob` package issue (superseded by 1.9.4). |
| 54 | +- Attempted fix for `glob` package issue (superseded by 1.9.4). |
52 | 55 |
|
53 | 56 | # [1.9.0](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.7.1...${npm.name}-v1.9.0) (2025-06-12) |
54 | 57 |
|
55 | | -* Attempted fix for `glob` package issue (superseded by 1.9.4). |
| 58 | +- Attempted fix for `glob` package issue (superseded by 1.9.4). |
56 | 59 |
|
57 | 60 | # [1.8.0](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.7.1...${npm.name}-v1.8.0) (2025-04-30) |
58 | 61 |
|
59 | | - |
60 | 62 | ### Bug Fixes |
61 | 63 |
|
62 | | -* Cache Run Attempts with GitLab ([#217](https://github.com/currents-dev/currents-reporter/issues/217)) ([a11d0ae](https://github.com/currents-dev/currents-reporter/commit/a11d0ae0687ee37b406c584624c89edb2edd41b2)) |
63 | | - |
| 64 | +- Cache Run Attempts with GitLab ([#217](https://github.com/currents-dev/currents-reporter/issues/217)) ([a11d0ae](https://github.com/currents-dev/currents-reporter/commit/a11d0ae0687ee37b406c584624c89edb2edd41b2)) |
64 | 65 |
|
65 | 66 | ### Features |
66 | 67 |
|
67 | | -* refactor cache commands implementation ([#216](https://github.com/currents-dev/currents-reporter/issues/216)) ([3e21aab](https://github.com/currents-dev/currents-reporter/commit/3e21aab612a08ba556bc28517a3c581e91bbbae3)) |
| 68 | +- refactor cache commands implementation ([#216](https://github.com/currents-dev/currents-reporter/issues/216)) ([3e21aab](https://github.com/currents-dev/currents-reporter/commit/3e21aab612a08ba556bc28517a3c581e91bbbae3)) |
68 | 69 |
|
69 | 70 | ## [1.7.1](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.6.10...${npm.name}-v1.7.1) (2025-04-16) |
70 | 71 |
|
71 | | - |
72 | 72 | ### Bug Fixes |
73 | 73 |
|
74 | | -* api get-run: exit early if no right set of parameters provided ([96e69e6](https://github.com/currents-dev/currents-reporter/commit/96e69e606876dbb514d7e19e340d42990bb5a1f0)) |
75 | | -* http formatting for 404 errors ([c1170b2](https://github.com/currents-dev/currents-reporter/commit/c1170b2606e999af51bd57a3464b10c599dd9aec)) |
76 | | -* omit ciBuildId from cache meta file when null ([#203](https://github.com/currents-dev/currents-reporter/issues/203)) ([72c2362](https://github.com/currents-dev/currents-reporter/commit/72c23625d1f4ad78a5ef4c4fc8386c2d6f985bbd)) |
77 | | -* remove tsconfig.json, add commander to dev deps ([8e7e83c](https://github.com/currents-dev/currents-reporter/commit/8e7e83c986b4cc03c47dc8a779ea9b05fb555ae6)) |
78 | | - |
| 74 | +- api get-run: exit early if no right set of parameters provided ([96e69e6](https://github.com/currents-dev/currents-reporter/commit/96e69e606876dbb514d7e19e340d42990bb5a1f0)) |
| 75 | +- http formatting for 404 errors ([c1170b2](https://github.com/currents-dev/currents-reporter/commit/c1170b2606e999af51bd57a3464b10c599dd9aec)) |
| 76 | +- omit ciBuildId from cache meta file when null ([#203](https://github.com/currents-dev/currents-reporter/issues/203)) ([72c2362](https://github.com/currents-dev/currents-reporter/commit/72c23625d1f4ad78a5ef4c4fc8386c2d6f985bbd)) |
| 77 | +- remove tsconfig.json, add commander to dev deps ([8e7e83c](https://github.com/currents-dev/currents-reporter/commit/8e7e83c986b4cc03c47dc8a779ea9b05fb555ae6)) |
79 | 78 |
|
80 | 79 | ### Features |
81 | 80 |
|
82 | | -* add node reporter v2 ([dae78a9](https://github.com/currents-dev/currents-reporter/commit/dae78a9a15df18751e7e139a134abe492003a3e3)) |
| 81 | +- add node reporter v2 ([dae78a9](https://github.com/currents-dev/currents-reporter/commit/dae78a9a15df18751e7e139a134abe492003a3e3)) |
83 | 82 |
|
84 | 83 | # [1.7.0](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.6.10...${npm.name}-v1.7.0) (2025-04-10) |
85 | 84 |
|
86 | 85 | ### Features |
87 | 86 |
|
88 | | -* Add support for Node as a framework for the convert command |
| 87 | +- Add support for Node as a framework for the convert command |
89 | 88 |
|
90 | 89 | ### Bug Fixes |
91 | 90 |
|
92 | | -* remove tsconfig.json, add commander to dev deps ([8e7e83c](https://github.com/currents-dev/currents-reporter/commit/8e7e83c986b4cc03c47dc8a779ea9b05fb555ae6)) |
| 91 | +- remove tsconfig.json, add commander to dev deps ([8e7e83c](https://github.com/currents-dev/currents-reporter/commit/8e7e83c986b4cc03c47dc8a779ea9b05fb555ae6)) |
93 | 92 |
|
94 | 93 | ## [1.6.10](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.6.9...${npm.name}-v1.6.10) (2025-04-04) |
95 | 94 |
|
|
0 commit comments