From aa2f465d07f95327e814d56991aa9604769fe1a6 Mon Sep 17 00:00:00 2001 From: SocketSomeone Date: Mon, 17 Oct 2022 17:53:01 +0300 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 e39a5b7..0ba1460 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-brawlstars", "description": "Javascript library to communicate with BrawlStars API", - "version": "1.0.0", + "version": "2.0.0", "scripts": { "build": "rimraf -rf dist && tsc -p tsconfig.json", "prepublish:npm": "npm run build",