From 9497a83de8e9bc494079cafc359e259f1e0aed09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Sun, 6 Oct 2024 10:46:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b96f1f..39ebb7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-static-validator", - "version": "1.2.0", + "version": "1.3.0", "description": "Statically compile an OpenAPI spec into a JS validation function", "main": "src/index.ts", "type": "module",