Skip to content

Commit 23afda5

Browse files
committed
chore(release): v3.0.0-alpha.14
1 parent 279e898 commit 23afda5

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## v3.0.0-alpha.14
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.13...v3.0.0-alpha.14)
6+
7+
### 🚀 Enhancements
8+
9+
- **metadata:** Support yaml block scalar values for 'introduction' and 'description' ([8b12e60](https://github.com/tmlmt/cooklang-parser/commit/8b12e60))
10+
- **parser:** Support for selected markdown elements in notes and steps ([9d3fe4f](https://github.com/tmlmt/cooklang-parser/commit/9d3fe4f))
11+
12+
### 🩹 Fixes
13+
14+
- **playground:** Update renderer after flattening of IngredientItem's itemQuantity ([0ac3f53](https://github.com/tmlmt/cooklang-parser/commit/0ac3f53))
15+
16+
### 🏡 Chore
17+
18+
- **index:** Add missing exports ([063afa3](https://github.com/tmlmt/cooklang-parser/commit/063afa3))
19+
- **playground:** Add a multiline description field in the example recipe for demo purposes ([1ff847f](https://github.com/tmlmt/cooklang-parser/commit/1ff847f))
20+
21+
### ❤️ Contributors
22+
23+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
24+
325
## v3.0.0-alpha.13
426

527
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.12...v3.0.0-alpha.13)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tmlmt/cooklang-parser",
3-
"version": "3.0.0-alpha.13",
3+
"version": "3.0.0-alpha.14",
44
"description": "Cooklang parsers and utilities",
55
"author": "Thomas Lamant <tom@tmlmt.com>",
66
"packageManager": "pnpm@10.29.2",

0 commit comments

Comments
 (0)