Skip to content

Commit 11ae6ab

Browse files
committed
chore(release): v3.0.0-alpha.6
1 parent 89b9ae5 commit 11ae6ab

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## v3.0.0-alpha.6
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.5...v3.0.0-alpha.6)
6+
7+
### 📖 Documentation
8+
9+
- **playground:** Fix missing display of units and equivalents ([89b300e](https://github.com/tmlmt/cooklang-parser/commit/89b300e))
10+
- **playground:** Bump all deps ([c143a28](https://github.com/tmlmt/cooklang-parser/commit/c143a28))
11+
- **playground:** Add Choices tab to play with scaling ([1babbd5](https://github.com/tmlmt/cooklang-parser/commit/1babbd5))
12+
- **v3, home:** Fix link to playground ([89b9ae5](https://github.com/tmlmt/cooklang-parser/commit/89b9ae5))
13+
14+
### ❤️ Contributors
15+
16+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
17+
318
## v3.0.0-alpha.5
419

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

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

0 commit comments

Comments
 (0)