Skip to content

Commit aacedb9

Browse files
committed
chore(release): v2.1.1
1 parent adfb1bb commit aacedb9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## v2.1.1
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v2.1.0...v2.1.1)
6+
7+
This version fixes a bug where the addition or multiplication of certain floating-point numbers led to inaccurate results e.g. 1.1 + 1.3 = 2.4000000000000004
8+
9+
### 🩹 Fixes
10+
11+
- Addition and multiplication of floating-point quantities ([#49](https://github.com/tmlmt/cooklang-parser/pull/49))
12+
13+
### ❤️ Contributors
14+
15+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
16+
317
## v2.1.0
418

519
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v2.0.2...v2.1.0)

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

0 commit comments

Comments
 (0)