From cff2aaddefcee06a042ed671b03cf0a424239424 Mon Sep 17 00:00:00 2001 From: bferenc Date: Thu, 15 Feb 2024 16:20:47 +0100 Subject: [PATCH] feat!: bump to 4.0.0 BREAKING CHANGE: switch to v4 API --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 824f45095..787b89e65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@avalabs/avalanchejs", - "version": "3.17.0-alpha.2", + "version": "4.0.0", "description": "Avalanche Platform JS Library", "main": "dist/index.js", "types": "dist/index.d.ts",