From 076212f14010e0f25c581db10285784003563b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20W=C3=B3jcik?= <1711174+lwojcik@users.noreply.github.com> Date: Sun, 4 Aug 2024 20:10:13 +0200 Subject: [PATCH] v2.5.7 (#321) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d5ad8e..db84f8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "starcraft2-api", - "version": "2.5.6", + "version": "2.5.7", "description": "Flexible and feature-rich library for StarCraft II Community and Game Data APIs", "main": "./dist/index.js", "module": "dist/index.mjs",