1 parent ef782eb commit 036a065Copy full SHA for 036a065
2 files changed
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [6.0.2] - 2023-03-11
8
+- Update readme
9
+
10
## [6.0.1] - 2023-03-11
11
- Fix publish
12
README.md
@@ -48,7 +48,7 @@ millify(1024000, {
48
49
millify(39500, {
50
precision: 2,
51
- decimalSeparator: ","
+ locales: "de-DE"
52
});
53
// 3,95K
54
0 commit comments