Skip to content

Commit f5f5f2d

Browse files
committed
chore(release): v3.0.0-alpha.31
1 parent ddfa812 commit f5f5f2d

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v3.0.0-alpha.31
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.30...v3.0.0-alpha.31)
6+
7+
### 🚀 Enhancements
8+
9+
- **recipe:** Add variant-aware step index interpretation to getIngredientQuantities ([ddfa812](https://github.com/tmlmt/cooklang-parser/commit/ddfa812))
10+
11+
### 📖 Documentation
12+
13+
- **guide-extensions:** Properly show backticks in example for in-line code markdown ([90465e5](https://github.com/tmlmt/cooklang-parser/commit/90465e5))
14+
15+
### ❤️ Contributors
16+
17+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
18+
319
## v3.0.0-alpha.30
420

521
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.29...v3.0.0-alpha.30)

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.30",
3+
"version": "3.0.0-alpha.31",
44
"description": "Cooklang parsers and utilities",
55
"author": "Thomas Lamant <tom@tmlmt.com>",
66
"packageManager": "pnpm@10.32.0",

0 commit comments

Comments
 (0)