From 0cc9c49f0cbcef091883cc419fef01301bc8942c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serkan=20=C3=96zel?= Date: Sun, 8 Aug 2021 23:42:40 +0300 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8503750..9f7141a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigdecimal.js", - "version": "0.0.12", + "version": "1.0.0", "description": "A BigDecimal implementation with native BigInts", "main": "lib/index.js", "scripts": {