Skip to content

Commit 195809f

Browse files
committed
chore(release): v2.1.0
1 parent 53f7773 commit 195809f

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## v2.1.0
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v2.0.2...v2.1.0)
6+
7+
### 🚀 Enhancements
8+
9+
- **ShoppingList:** Add a recipe with either a factor or a number of servings for scaling ([#45](https://github.com/tmlmt/cooklang-parser/pull/45))
10+
11+
### 🕰️ Deprecations
12+
13+
- **ShoppingList:** the call signature `add_recipe(recipe: Recipe, factor?: number)` is now deprecated and will be removed in v3. Use `add_recipe(recipe: Recipe, scaling?: { factor: number } | { servings: number })` instead.
14+
15+
### 🤖 CI
16+
17+
- **release:** Re-extract possibly edited changelog for use in release notes ([4468cf9](https://github.com/tmlmt/cooklang-parser/commit/4468cf9))
18+
19+
### ❤️ Contributors
20+
21+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
22+
323
## v2.0.2
424

525
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v2.0.1...v2.0.2)

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

0 commit comments

Comments
 (0)