Skip to content

Commit 82b2536

Browse files
chore(release): 0.14.3 [skip ci]
## [0.14.3](v0.14.2...v0.14.3) (2026-03-06) ### Bug Fixes * **ci:** auto-approve Dependabot PRs before auto-merge ([#110](#110)) ([ccc614d](ccc614d)) * **ci:** exclude @types/node from dev-dependency groups ([c9b92c0](c9b92c0)) * **ci:** ignore major version bumps for packages that break testplanit ([fe5280d](fe5280d)) * **docs:** update Jira Forge app documentation with new sections for Test Runs, Sessions, and Test Cases ([8228306](8228306)) * **forge-app:** strip trailing slashes from URLs in resolver functions ([c2eae82](c2eae82)) ### Enhancements * **docs:** add Jira Forge app to sidebars configuration ([67a0d87](67a0d87))
1 parent c76566a commit 82b2536

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

testplanit/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.14.3](https://github.com/TestPlanIt/testplanit/compare/v0.14.2...v0.14.3) (2026-03-06)
2+
3+
### Bug Fixes
4+
5+
* **ci:** auto-approve Dependabot PRs before auto-merge ([#110](https://github.com/TestPlanIt/testplanit/issues/110)) ([ccc614d](https://github.com/TestPlanIt/testplanit/commit/ccc614d7311b64db4bc26614644fe0f4913e7e8b))
6+
* **ci:** exclude @types/node from dev-dependency groups ([c9b92c0](https://github.com/TestPlanIt/testplanit/commit/c9b92c05c1657c5eafdd5bd2fb3b5ede9cf3b88b))
7+
* **ci:** ignore major version bumps for packages that break testplanit ([fe5280d](https://github.com/TestPlanIt/testplanit/commit/fe5280d9c7f41272cd03de4d0d0191e035eb656b))
8+
* **docs:** update Jira Forge app documentation with new sections for Test Runs, Sessions, and Test Cases ([8228306](https://github.com/TestPlanIt/testplanit/commit/82283065bf881c420d41230f1730769b1f30d219))
9+
* **forge-app:** strip trailing slashes from URLs in resolver functions ([c2eae82](https://github.com/TestPlanIt/testplanit/commit/c2eae82dffd470e1f5f70aa237ed1175239308a0))
10+
11+
### Enhancements
12+
13+
* **docs:** add Jira Forge app to sidebars configuration ([67a0d87](https://github.com/TestPlanIt/testplanit/commit/67a0d8794f40c39cd2fc1033716da364f3b35d5f))
14+
115
## [0.14.2](https://github.com/TestPlanIt/testplanit/compare/v0.14.1...v0.14.2) (2026-02-25)
216

317
### Features

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

0 commit comments

Comments
 (0)