Skip to content

Commit 0ceac5e

Browse files
chore(release): 0.16.24 [skip ci]
## [0.16.24](v0.16.23...v0.16.24) (2026-03-18) ### Bug Fixes * **lint:** remove unused variable assignments in SlashCommand and CLI config ([974bbfd](974bbfd))
1 parent 974bbfd commit 0ceac5e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

testplanit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.16.24](https://github.com/TestPlanIt/testplanit/compare/v0.16.23...v0.16.24) (2026-03-18)
2+
3+
### Bug Fixes
4+
5+
* **lint:** remove unused variable assignments in SlashCommand and CLI config ([974bbfd](https://github.com/TestPlanIt/testplanit/commit/974bbfd49499f72bf46dd3838560b5e10d8adb31))
6+
17
## [0.16.23](https://github.com/TestPlanIt/testplanit/compare/v0.16.22...v0.16.23) (2026-03-18)
28

39
### Enhancements

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.16.23",
3+
"version": "0.16.24",
44
"private": true,
55
"scripts": {
66
"generate": "NODE_OPTIONS='--max-old-space-size=12288' zenstack generate && prisma db push",

0 commit comments

Comments
 (0)