From 4885edfacc05ce61624091666f1eb0b2717ae2f0 Mon Sep 17 00:00:00 2001 From: Dario Date: Fri, 6 Oct 2023 16:01:53 -0300 Subject: [PATCH 1/2] update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 385329a..ef1285b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rsksmart/rsk-contract-parser", - "version": "0.0.12", + "version": "1.0.0", "description": "", "main": "dist/index.js", "scripts": { From 7baeb57eea06d244ec9e6b6c722d202607e8476e Mon Sep 17 00:00:00 2001 From: Dario Date: Mon, 6 Nov 2023 13:09:58 -0300 Subject: [PATCH 2/2] feat: update npm packg version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef1285b..8156cc9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rsksmart/rsk-contract-parser", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "dist/index.js", "scripts": {