Skip to content

Commit 7dee088

Browse files
committed
chore: bump version to 0.3.0
1 parent 056c3a6 commit 7dee088

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

deno.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nick/math",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"license": "MIT",
55
"author": {
66
"name": "Nicholas Berlette",
@@ -19,22 +19,23 @@
1919
"./atanh": "./src/atanh.ts",
2020
"./cbrt": "./src/cbrt.ts",
2121
"./ceil": "./src/ceil.ts",
22+
"./clamp": "./src/clamp.ts",
2223
"./clz32": "./src/clz32.ts",
2324
"./cos": "./src/cos.ts",
2425
"./cosh": "./src/cosh.ts",
2526
"./exp": "./src/exp.ts",
2627
"./expm1": "./src/expm1.ts",
28+
"./f16round": "./src/f16round.ts",
2729
"./floor": "./src/floor.ts",
2830
"./fround": "./src/fround.ts",
29-
"./f16round": "./src/f16round.ts",
3031
"./hypot": "./src/hypot.ts",
3132
"./ieee754": "./src/ieee754.ts",
3233
"./imul": "./src/imul.ts",
3334
"./infinity": "./src/guards/infinity.ts",
3435
"./log": "./src/log.ts",
35-
"./log10": "./src/log10.ts",
3636
"./log1p": "./src/log1p.ts",
3737
"./log2": "./src/log2.ts",
38+
"./log10": "./src/log10.ts",
3839
"./max": "./src/max.ts",
3940
"./min": "./src/min.ts",
4041
"./nan": "./src/guards/nan.ts",

0 commit comments

Comments
 (0)