From 925ddc0de1403f35a78d645c7b85f6be82ffa25f Mon Sep 17 00:00:00 2001 From: Endel Dreyer Date: Thu, 31 Oct 2024 19:20:59 -0300 Subject: [PATCH] bump version 2.0.36 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c876fc0..d164483 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@colyseus/schema", - "version": "2.0.35", + "version": "2.0.36", "description": "Binary state serializer with delta encoding for games", "bin": { "schema-codegen": "./bin/schema-codegen"