Skip to content

Commit 91771ab

Browse files
committed
release 2.0.1
1 parent 85db28f commit 91771ab

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ https://stackoverflow.com/questions/11832914/how-to-round-to-at-most-2-decimal-p
3737
---
3838
# Changelog
3939

40+
## 2.0.1 - 2025-07-27
41+
42+
- refined examples and published files
43+
4044
## 2.0.0 - 2025-07-11
4145

4246
- reworked the whole implementation and added more tests and examples

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemonument/simple-rounding",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Reliable custom functions for rounding, ceiling, flooring, truncating and formatting floating point numbers",
55
"license": "MIT",
66
"exports": "./mod.ts",

0 commit comments

Comments
 (0)