From db1e60654d7c360f2ad9c9de615be81b2ea197b5 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 21:11:08 +0000 Subject: [PATCH] 0.15.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 2ba2d2c..e7ca3e2 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.14.2 + version: 0.15.0 contact: name: Anna Bocharova url: https://robintail.cz diff --git a/package.json b/package.json index 655b5da..1285af1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod-sockets", - "version": "0.14.2", + "version": "0.15.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",