From 13786cbee9e809d2d20c991109147807aeccb6da Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Jun 2024 07:51:19 +0000 Subject: [PATCH] chore(release): cut the 1.5.3 release ## [1.5.3](https://github.com/char0n/openapi-path-templating/compare/v1.5.2...v1.5.3) (2024-06-06) ### Bug Fixes * align naming of OpenAPI nomenclature ([#91](https://github.com/char0n/openapi-path-templating/issues/91)) ([99da161](https://github.com/char0n/openapi-path-templating/commit/99da1610c4bcb30016cde8afb0dfade749069cc8)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1e5c10..605dd5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openapi-path-templating", - "version": "1.5.2", + "version": "1.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openapi-path-templating", - "version": "1.5.2", + "version": "1.5.3", "license": "Apache-2.0", "dependencies": { "apg-lite": "^1.0.3" diff --git a/package.json b/package.json index d1d4568..2935faf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-path-templating", - "version": "1.5.2", + "version": "1.5.3", "description": "OpenAPI Path Templating parser, validator and resolver.", "main": "./cjs/index.cjs", "types": "./types/index.d.ts",