From 7ff89f758aea99d6f152aa54ca6876fcd1484a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Thu, 19 Sep 2024 09:33:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=201.2.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 15623f6..5b96f1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-static-validator", - "version": "1.1.0", + "version": "1.2.0", "description": "Statically compile an OpenAPI spec into a JS validation function", "main": "src/index.ts", "type": "module",