From 4f05a33e2410ccb17549c7b261523bc5975ef848 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:35:20 +0000 Subject: [PATCH] 0.13.0 --- 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 07d8e0ab..63d37491 100644 --- a/example/example-documentation.yaml +++ b/example/example-documentation.yaml @@ -1,7 +1,7 @@ asyncapi: 3.0.0 info: title: Example APP - version: 0.12.0 + version: 0.13.0 contact: name: Anna Bocharova url: https://robintail.cz diff --git a/package.json b/package.json index a6d8f654..beee2543 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod-sockets", - "version": "0.12.0", + "version": "0.13.0", "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",