Skip to content

Commit 654d9bb

Browse files
committed
chore(release): v2.0.2
1 parent 787bce0 commit 654d9bb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## v2.0.2
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v2.0.1...v2.0.2)
6+
7+
### 🩹 Fixes
8+
9+
- Non-quantified ingredients parsed with a quantityPartIndex of 0 ([0c59df1](https://github.com/tmlmt/cooklang-parser/commit/0c59df1))
10+
11+
### 🏡 Chore
12+
13+
- **README:** Update future plans ([4d1d229](https://github.com/tmlmt/cooklang-parser/commit/4d1d229))
14+
15+
### ❤️ Contributors
16+
17+
- Thomas Lamant <tom@tmlmt.com>
18+
319
## v2.0.1
420

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

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

0 commit comments

Comments
 (0)