Skip to content

Commit 08f4ae6

Browse files
committed
chore(release): v3.0.0-alpha.28
1 parent c45ae10 commit 08f4ae6

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v3.0.0-alpha.28
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.27...v3.0.0-alpha.28)
6+
7+
### 🚀 Enhancements
8+
9+
- **recipe:** ⚠️ Make alternative choices variant-aware ([d01eaa0](https://github.com/tmlmt/cooklang-parser/commit/d01eaa0))
10+
11+
### 🏡 Chore
12+
13+
- **playground:** Pre-bundle deps to avoid page reloads ([85eeb89](https://github.com/tmlmt/cooklang-parser/commit/85eeb89))
14+
- Lint ([c45ae10](https://github.com/tmlmt/cooklang-parser/commit/c45ae10))
15+
16+
#### ⚠️ Breaking Changes
17+
18+
- **recipe:** ⚠️ Make alternative choices variant-aware ([d01eaa0](https://github.com/tmlmt/cooklang-parser/commit/d01eaa0))
19+
20+
### ❤️ Contributors
21+
22+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
23+
324
## v3.0.0-alpha.27
425

526
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.26...v3.0.0-alpha.27)

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

0 commit comments

Comments
 (0)