From 8bc6b3536d2d31829e7114eb7ba3bd00f714fb2b Mon Sep 17 00:00:00 2001 From: Mikkel ALMONTE--RINGAUD Date: Sat, 17 Aug 2024 18:38:46 +0200 Subject: [PATCH] chore: release v0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44c95ce..c062c36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tcp-websocket", "description": "A WebSocket client-only class made with TCP streams.", - "version": "0.1.1", + "version": "0.2.0", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js",