Skip to content

Commit e37505d

Browse files
chore(release): 2.23.0 [skip ci]
# [2.23.0](v2.22.0...v2.23.0) (2025-12-11) ### Features * support positional args as template variables (_1, _2, etc.) ([f2c97a3](f2c97a3))
1 parent f2c97a3 commit e37505d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.23.0](https://github.com/johnlindquist/mdflow/compare/v2.22.0...v2.23.0) (2025-12-11)
2+
3+
4+
### Features
5+
6+
* support positional args as template variables (_1, _2, etc.) ([f2c97a3](https://github.com/johnlindquist/mdflow/commit/f2c97a3e35eb5dfaea82dc0d5c34c68bb7c6d66f))
7+
18
# [2.22.0](https://github.com/johnlindquist/mdflow/compare/v2.21.1...v2.22.0) (2025-12-11)
29

310

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.22.0",
3+
"version": "2.23.0",
44
"module": "src/index.ts",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)