Skip to content

Commit 5341bde

Browse files
committed
chore(release): v3.0.0-alpha.35
1 parent 14b2cb6 commit 5341bde

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.35
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.34...v3.0.0-alpha.35)
6+
7+
### 🚀 Enhancements
8+
9+
- Add variant-specific notes support ([14b2cb6](https://github.com/tmlmt/cooklang-parser/commit/14b2cb6))
10+
11+
### 🩹 Fixes
12+
13+
- **recipe:** Correctly filter cross-variant subgroup alternatives by variant ([317d2f0](https://github.com/tmlmt/cooklang-parser/commit/317d2f0))
14+
15+
### ❤️ Contributors
16+
17+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
18+
319
## v3.0.0-alpha.34
420

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

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

0 commit comments

Comments
 (0)