Skip to content

Commit 3494e2d

Browse files
committed
chore(release): v1.4.4
1 parent aa9621d commit 3494e2d

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

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

3+
## v1.4.4
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v1.4.3...v1.4.4)
6+
7+
### 🩹 Fixes
8+
9+
- **docs:** Broken links in top-right corner menu ([20ae0ff](https://github.com/tmlmt/cooklang-parser/commit/20ae0ff))
10+
- Range quantities incorrectly parsed as text ([4799fcc](https://github.com/tmlmt/cooklang-parser/commit/4799fcc))
11+
12+
### 💅 Refactors
13+
14+
- Do not try to reuse previously added timer with same values and simply push new timers as they are defined ([ba46320](https://github.com/tmlmt/cooklang-parser/commit/ba46320))
15+
16+
### 📖 Documentation
17+
18+
- Make sidebar items collapsible ([e7f335c](https://github.com/tmlmt/cooklang-parser/commit/e7f335c))
19+
- Add link to npm package webpage ([b5a6b28](https://github.com/tmlmt/cooklang-parser/commit/b5a6b28))
20+
- Add link to personal homepage ([22b3d1a](https://github.com/tmlmt/cooklang-parser/commit/22b3d1a))
21+
- Add aria labels to social links ([6228aa6](https://github.com/tmlmt/cooklang-parser/commit/6228aa6))
22+
23+
### 🏡 Chore
24+
25+
- **README:** Update readme ([354e4ba](https://github.com/tmlmt/cooklang-parser/commit/354e4ba))
26+
- **README:** Make API link point to Recipe class doc ([3a912b9](https://github.com/tmlmt/cooklang-parser/commit/3a912b9))
27+
- Remove unused import ([aa9621d](https://github.com/tmlmt/cooklang-parser/commit/aa9621d))
28+
29+
### ✅ Tests
30+
31+
- **parser_helper:** Increase coverage ([10cc9cd](https://github.com/tmlmt/cooklang-parser/commit/10cc9cd))
32+
- **units:** Increase coverage ([18dc46f](https://github.com/tmlmt/cooklang-parser/commit/18dc46f))
33+
34+
### ❤️ Contributors
35+
36+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
37+
338
## v1.4.3
439

540
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v1.4.2...v1.4.3)

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

0 commit comments

Comments
 (0)