Skip to content

Commit 7c5c001

Browse files
chore(release): 2.29.0 [skip ci]
# [2.29.0](v2.28.0...v2.29.0) (2025-12-12) ### Bug Fixes * resolve all TypeScript strict null check errors ([fed464a](fed464a)) ### Features * add parallel command dashboard and standardize internal flags ([d431196](d431196)) * show spinner dashboard for single inline commands too ([8c44e0c](8c44e0c))
1 parent 8c44e0c commit 7c5c001

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.29.0](https://github.com/johnlindquist/mdflow/compare/v2.28.0...v2.29.0) (2025-12-12)
2+
3+
4+
### Bug Fixes
5+
6+
* resolve all TypeScript strict null check errors ([fed464a](https://github.com/johnlindquist/mdflow/commit/fed464a95706d029bb4dde3610b43355d6e6229e))
7+
8+
9+
### Features
10+
11+
* add parallel command dashboard and standardize internal flags ([d431196](https://github.com/johnlindquist/mdflow/commit/d43119601fb6b108d55badbf0f769a6778a8a2da))
12+
* show spinner dashboard for single inline commands too ([8c44e0c](https://github.com/johnlindquist/mdflow/commit/8c44e0c3fe4328111ad3ccb3a80b58432a6b564d))
13+
114
# [2.28.0](https://github.com/johnlindquist/mdflow/compare/v2.27.1...v2.28.0) (2025-12-12)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdflow",
3-
"version": "2.28.0",
3+
"version": "2.29.0",
44
"module": "src/index.ts",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)