You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/api/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# @testplanit/api
2
2
3
+
## 0.3.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#262](https://github.com/TestPlanIt/testplanit/pull/262)[`478e170`](https://github.com/TestPlanIt/testplanit/commit/478e170e5d395c18ce4a9593f765f4a2db26cc33) Thanks [@therealbrad](https://github.com/therealbrad)! - Require Node.js 24 LTS or later
8
+
- Bumps `engines.node` to `>=24` (was `>=18`) to align with the rest of the workspace, which is now standardized on Node 24 LTS
9
+
-`@testplanit/wdio-reporter` also refreshes `@types/node` from `^20` to `^25` to match
Copy file name to clipboardExpand all lines: packages/wdio-testplanit-reporter/CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# @testplanit/wdio-reporter
2
2
3
+
## 0.4.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#262](https://github.com/TestPlanIt/testplanit/pull/262)[`478e170`](https://github.com/TestPlanIt/testplanit/commit/478e170e5d395c18ce4a9593f765f4a2db26cc33) Thanks [@therealbrad](https://github.com/therealbrad)! - Require Node.js 24 LTS or later
8
+
- Bumps `engines.node` to `>=24` (was `>=18`) to align with the rest of the workspace, which is now standardized on Node 24 LTS
9
+
-`@testplanit/wdio-reporter` also refreshes `@types/node` from `^20` to `^25` to match
0 commit comments