Skip to content

Commit 90793b1

Browse files
committed
chore(release): v2.1.7
1 parent bd0ea97 commit 90793b1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## v2.1.7
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v2.1.6...v2.1.7)
6+
7+
### 🩹 Fixes
8+
9+
- **regex:** Do not capture ending dot following a quantity-less ingredient or cookware ([#81](https://github.com/tmlmt/cooklang-parser/pull/81))
10+
- **regex:** All whitespaces around comment block removed on both sides ([f883901](https://github.com/tmlmt/cooklang-parser/commit/f883901))
11+
- **parser:** Section names not parsed correctly with multiple = delimiters ([bd0ea97](https://github.com/tmlmt/cooklang-parser/commit/bd0ea97))
12+
13+
### 🏡 Chore
14+
15+
- Add PR template ([c9fd31d](https://github.com/tmlmt/cooklang-parser/commit/c9fd31d))
16+
17+
### 🤖 CI
18+
19+
- Ignore graphite-base branches ([a24b455](https://github.com/tmlmt/cooklang-parser/commit/a24b455))
20+
21+
### ❤️ Contributors
22+
23+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
24+
325
## v2.1.6
426

527
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v2.1.5...v2.1.6)

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.1.6",
3+
"version": "2.1.7",
44
"description": "Cooklang parsers and utilities",
55
"author": "Thomas Lamant <[email protected]>",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)