Skip to content

Commit dd8c9b2

Browse files
committed
chore(release): v3.0.0-alpha.15
1 parent d7f1b9d commit dd8c9b2

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

3+
## v3.0.0-alpha.15
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.14...v3.0.0-alpha.15)
6+
7+
#### ⚠️ Breaking Changes
8+
9+
- New type structure for shopping list ingredients (AddedIngredient), aligned with that of recipe ingredients (Ingredient)
10+
11+
### 🚀 Enhancements
12+
13+
- Add pantry inventory management with recipe integration ([#98](https://github.com/tmlmt/cooklang-parser/pull/98))
14+
15+
### 🩹 Fixes
16+
17+
- **flattenPlainUnitGroup:** Do not mix standalone quantities and quantities from OR group ([#101](https://github.com/tmlmt/cooklang-parser/pull/101))
18+
19+
### 💅 Refactors
20+
21+
- **shoppingList:** ⚠️ Harmonize ingredients quantities between Ingredient and AddedIngredient ([#99](https://github.com/tmlmt/cooklang-parser/pull/99))
22+
23+
### 🏡 Chore
24+
25+
- **alternatives:** Remove useless variable expansion ([#100](https://github.com/tmlmt/cooklang-parser/pull/100))
26+
27+
### ❤️ Contributors
28+
29+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
30+
331
## v3.0.0-alpha.14
432

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

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

0 commit comments

Comments
 (0)