We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6e377 commit 3d4ca2aCopy full SHA for 3d4ca2a
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v2.1.2
4
+
5
+[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v2.1.1...v2.1.2)
6
7
+### 🩹 Fixes
8
9
+- **units:** Add centiliters and deciliters ([3ad9c5f](https://github.com/tmlmt/cooklang-parser/commit/3ad9c5f))
10
11
+### ❤️ Contributors
12
13
+- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
14
15
## v2.1.1
16
17
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v2.1.0...v2.1.1)
package.json
@@ -1,6 +1,6 @@
{
"name": "@tmlmt/cooklang-parser",
- "version": "2.1.1",
+ "version": "2.1.2",
"description": "Cooklang parsers and utilities",
"author": "Thomas Lamant <tom@tmlmt.com>",
"packageManager": "pnpm@10.21.0",
0 commit comments