Skip to content

Commit 6c73ee0

Browse files
committed
chore(release): v3.0.0-alpha.5
1 parent 94227bf commit 6c73ee0

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

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

3+
## v3.0.0-alpha.5
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.4...v3.0.0-alpha.5)
6+
7+
### 🚀 Enhancements
8+
9+
- Add arbitrary scalable quantities ([#92](https://github.com/tmlmt/cooklang-parser/pull/92))
10+
- **playground:** Add GitHub and docs links to header ([#94](https://github.com/tmlmt/cooklang-parser/pull/94))
11+
12+
### 🩹 Fixes
13+
14+
- **numeric:** Lack of rounding due to incorrect detection of long decimal as a fraction ([cbd4f5e](https://github.com/tmlmt/cooklang-parser/commit/cbd4f5e))
15+
- **scaling:** Default servings 1 if no servings defined ([13efe7a](https://github.com/tmlmt/cooklang-parser/commit/13efe7a))
16+
17+
### 📖 Documentation
18+
19+
- Add links to playground ([186d254](https://github.com/tmlmt/cooklang-parser/commit/186d254))
20+
- Fix link in banner and refactor version links ([5302155](https://github.com/tmlmt/cooklang-parser/commit/5302155))
21+
- **extensions:** Refine wording and update ingredient alias example ([#93](https://github.com/tmlmt/cooklang-parser/pull/93))
22+
- **playground:** Add page title and description ([322b6bb](https://github.com/tmlmt/cooklang-parser/commit/322b6bb))
23+
24+
### 🏡 Chore
25+
26+
- **pull_requests_template:** Various improvements ([79bfa9a](https://github.com/tmlmt/cooklang-parser/commit/79bfa9a))
27+
28+
### 🎨 Styles
29+
30+
- **types:** Remove unnecessary layer 'groupQuantity' and rename alternativeQuantities into 'quantities' ([#91](https://github.com/tmlmt/cooklang-parser/pull/91))
31+
- **docs-v3:** Fix banner and header overlap on mobile ([94227bf](https://github.com/tmlmt/cooklang-parser/commit/94227bf))
32+
33+
### ❤️ Contributors
34+
35+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
36+
337
## v3.0.0-alpha.4
438

539
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.3...v3.0.0-alpha.4)

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

0 commit comments

Comments
 (0)