Skip to content

Commit f8bcbe6

Browse files
committed
Bumped v2.4.0
1 parent a0d0b4b commit f8bcbe6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function build (schema, options) {
5454
}
5555
}
5656

57-
var intParseFunctionName = 'trunc'
57+
let intParseFunctionName = 'trunc'
5858
if (options.rounding) {
5959
if (['floor', 'ceil', 'round'].includes(options.rounding)) {
6060
intParseFunctionName = options.rounding

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-json-stringify",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "Stringify your JSON at max speed",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)