From 8b7edfdf372a76e3d4f1f89cfcaac713de58a844 Mon Sep 17 00:00:00 2001 From: dannysmc95 Date: Wed, 11 Oct 2023 08:28:29 +0000 Subject: [PATCH] Bumped package to new minor version, due to breaking change for websocket plugin sendRaw which has been remvoed. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c99de8d..db1322c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@symbux/turbo", - "version": "0.6.16", + "version": "0.7.0", "description": "Turbo is a powerful command engine with extendability in mind, with built-in HTTP/WebSocket services.", "main": "lib/index.js", "repository": "git@github.com:Symbux/Turbo.git",