From fea0ee99a0dbe513e0d43ceccc2d09fdfad16b27 Mon Sep 17 00:00:00 2001 From: caglaralkiss Date: Tue, 27 Aug 2024 16:04:51 +0200 Subject: [PATCH] 0.52.5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 932334f0..bee53f0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kontist", - "version": "0.52.4", + "version": "0.52.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kontist", - "version": "0.52.4", + "version": "0.52.5", "license": "Apache-2.0", "dependencies": { "@types/ws": "8.5.12", diff --git a/package.json b/package.json index ec646144..22c1cfb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kontist", - "version": "0.52.4", + "version": "0.52.5", "description": "Kontist client SDK", "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts",