From f1486778ba0991b8f0ceaa6a7e9b6c1fd8d8a78e Mon Sep 17 00:00:00 2001 From: "Juan C. Andreu" <360052+andreujuanc@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:25:49 +0200 Subject: [PATCH] Update package.json version Bumped patch version so downstream dependencies can get this ASAP. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1276717..ba489f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi3-ts", - "version": "4.3.2", + "version": "4.3.3", "description": "TS Model & utils for OpenAPI 3.x specification.", "main": "dist/index.js", "module": "dist/index.mjs",