From 9aa442cabef7845e4edec2bc89dc82491bc75009 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Jun 2024 07:02:57 +0000 Subject: [PATCH] chore(release): cut the 1.5.2 release ## [1.5.2](https://github.com/char0n/openapi-path-templating/compare/v1.5.1...v1.5.2) (2024-06-05) ### Bug Fixes * **resolve:** avoid encoding "[" and "]" characters ([#84](https://github.com/char0n/openapi-path-templating/issues/84)) ([d533536](https://github.com/char0n/openapi-path-templating/commit/d533536948f9561fcfc2284b327babd064661634)), closes [#81](https://github.com/char0n/openapi-path-templating/issues/81) --- 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 138f2a5..abc9a51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openapi-path-templating", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openapi-path-templating", - "version": "1.5.1", + "version": "1.5.2", "license": "Apache-2.0", "dependencies": { "apg-lite": "^1.0.3" diff --git a/package.json b/package.json index e462965..f280002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-path-templating", - "version": "1.5.1", + "version": "1.5.2", "description": "OpenAPI Path Templating parser, validator and resolver.", "main": "./cjs/index.cjs", "types": "./types/index.d.ts",