We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ad6dd commit 3689f82Copy full SHA for 3689f82
2 files changed
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+# @naviary/bigdecimal
2
+
3
+## 1.0.0
4
5
+### Major Changes
6
7
+- Initial release 1.0.0
package.json
@@ -1,6 +1,6 @@
{
"name": "@naviary/bigdecimal",
- "version": "0.0.0",
+ "version": "1.0.0",
"description": "High-performance arbitrary-precision decimal arithmetic for JavaScript.",
"type": "module",
"main": "dist/index.js",
0 commit comments