Skip to content

Commit 3396b98

Browse files
committed
chore(release): v1.4.3
1 parent d467a31 commit 3396b98

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

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

3+
## v1.4.3
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v1.4.2...v1.4.3)
6+
7+
### 🩹 Fixes
8+
9+
- **docs:** ScaleBy and scaleTo actually return a new Recipe ([1ce6e58](https://github.com/tmlmt/cooklang-parser/commit/1ce6e58))
10+
- **scaling:** Preserve fractions when multipier is integer or inverse of one ([84ff940](https://github.com/tmlmt/cooklang-parser/commit/84ff940))
11+
12+
### 📖 Documentation
13+
14+
- Add details and examples to the guide about extensions ([7a8e27a](https://github.com/tmlmt/cooklang-parser/commit/7a8e27a))
15+
- Add explanation and examples for scaling recipes ([7daa10c](https://github.com/tmlmt/cooklang-parser/commit/7daa10c))
16+
- Add explanation and examples for shopping lists ([364bcfa](https://github.com/tmlmt/cooklang-parser/commit/364bcfa))
17+
- Add toc to extensions guide ([8c468eb](https://github.com/tmlmt/cooklang-parser/commit/8c468eb))
18+
19+
### 🏡 Chore
20+
21+
- **scripts:** Change default prompt answer to continuing the release process ([1ef7318](https://github.com/tmlmt/cooklang-parser/commit/1ef7318))
22+
- **test:** Remove unnecessary initialization of recipe properties in recipe_scaling tests ([3e05f31](https://github.com/tmlmt/cooklang-parser/commit/3e05f31))
23+
- **test:** Remove unnecessary categorize() calls ([5725e24](https://github.com/tmlmt/cooklang-parser/commit/5725e24))
24+
- **test:** Remove unnecessary initialization of shopping_list tests ([0048151](https://github.com/tmlmt/cooklang-parser/commit/0048151))
25+
26+
### ✅ Tests
27+
28+
- **simplifyFraction:** Add test when the numerator is < 1 ([9c71acd](https://github.com/tmlmt/cooklang-parser/commit/9c71acd))
29+
- **scaling:** Add check for fraction and range values ([0ced2da](https://github.com/tmlmt/cooklang-parser/commit/0ced2da))
30+
31+
### 🤖 CI
32+
33+
- **scripts:** Make yes as default answer to prompts for confirmation ([eabc017](https://github.com/tmlmt/cooklang-parser/commit/eabc017))
34+
- **release:** Check that lint, test and docs:build run without error before releasing ([d467a31](https://github.com/tmlmt/cooklang-parser/commit/d467a31))
35+
36+
### ❤️ Contributors
37+
38+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
39+
340
## v1.4.2
441

542
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v1.4.1...v1.4.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": "1.4.2",
3+
"version": "1.4.3",
44
"description": "Cooklang parsers and utilities",
55
"author": "Thomas Lamant <tom@tmlmt.com>",
66
"packageManager": "pnpm@10.14.0",

0 commit comments

Comments
 (0)