From c7d1c3a0311e110ce7563d53bbc7a1844eaf00fc Mon Sep 17 00:00:00 2001 From: simoneb Date: Mon, 29 Apr 2024 15:20:06 +0000 Subject: [PATCH] chore: release v2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 690c515..d96b0c1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "git+https://github.com/nearform/node-cephes.git" }, - "version": "1.2.0", + "version": "2.0.0", "main": "index.js", "scripts": { "test": "c8 node --test test/*.test.js"