Skip to content

Commit e511147

Browse files
chore(release): 0.34.7 [skip ci]
## [0.34.7](v0.34.6...v0.34.7) (2026-06-03) ### Bug Fixes * **packages:** lower minimum Node.js engine to >=20 ([#389](#389)) ([28121cd](28121cd)) ### Enhancements * **import:** link JUnit/CLI results to existing cases by ID ([#394](#394)) ([2f91d0e](2f91d0e))
1 parent 2f91d0e commit e511147

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

testplanit/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.34.7](https://github.com/TestPlanIt/testplanit/compare/v0.34.6...v0.34.7) (2026-06-03)
2+
3+
### Bug Fixes
4+
5+
* **packages:** lower minimum Node.js engine to >=20 ([#389](https://github.com/TestPlanIt/testplanit/issues/389)) ([28121cd](https://github.com/TestPlanIt/testplanit/commit/28121cd565165135f38c032c073fe5964efbdab7))
6+
7+
### Enhancements
8+
9+
* **import:** link JUnit/CLI results to existing cases by ID ([#394](https://github.com/TestPlanIt/testplanit/issues/394)) ([2f91d0e](https://github.com/TestPlanIt/testplanit/commit/2f91d0e4e385d65f8d93e0fbef93c1313e2c179e))
10+
111
## [0.34.6](https://github.com/TestPlanIt/testplanit/compare/v0.34.5...v0.34.6) (2026-06-03)
212

313
### Bug Fixes

testplanit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testplanit",
3-
"version": "0.34.6",
3+
"version": "0.34.7",
44
"private": true,
55
"scripts": {
66
"audit:coverage": "tsx scripts/audit-coverage.ts",

0 commit comments

Comments
 (0)