From 3eab69875e5890ec791d190df69950796b50fab1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:54:53 +0000 Subject: [PATCH] 2.1.1 --- example/example-documentation.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/example-documentation.yaml b/example/example-documentation.yaml index afe36d4f..ac5e76bb 100644 --- a/example/example-documentation.yaml +++ b/example/example-documentation.yaml @@ -1,7 +1,7 @@ asyncapi: 3.0.0 info: title: Example APP - version: 2.1.0 + version: 2.1.1 contact: name: Anna Bocharova url: https://robintail.cz diff --git a/package.json b/package.json index caf1b4c8..5738d430 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod-sockets", - "version": "2.1.0", + "version": "2.1.1", "description": "Socket.IO solution with I/O validation and the ability to generate AsyncAPI specification and a contract for consumers", "type": "module", "main": "dist/index.cjs",