Skip to content

Commit

Permalink
chore: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nberlette committed Dec 9, 2024
1 parent 056c3a6 commit 7dee088
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nick/math",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"author": {
"name": "Nicholas Berlette",
Expand All @@ -19,22 +19,23 @@
"./atanh": "./src/atanh.ts",
"./cbrt": "./src/cbrt.ts",
"./ceil": "./src/ceil.ts",
"./clamp": "./src/clamp.ts",
"./clz32": "./src/clz32.ts",
"./cos": "./src/cos.ts",
"./cosh": "./src/cosh.ts",
"./exp": "./src/exp.ts",
"./expm1": "./src/expm1.ts",
"./f16round": "./src/f16round.ts",
"./floor": "./src/floor.ts",
"./fround": "./src/fround.ts",
"./f16round": "./src/f16round.ts",
"./hypot": "./src/hypot.ts",
"./ieee754": "./src/ieee754.ts",
"./imul": "./src/imul.ts",
"./infinity": "./src/guards/infinity.ts",
"./log": "./src/log.ts",
"./log10": "./src/log10.ts",
"./log1p": "./src/log1p.ts",
"./log2": "./src/log2.ts",
"./log10": "./src/log10.ts",
"./max": "./src/max.ts",
"./min": "./src/min.ts",
"./nan": "./src/guards/nan.ts",
Expand Down

0 comments on commit 7dee088

Please sign in to comment.