From 817de63ac7f1c0db7f7fba45733a2013a8112136 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 31 Dec 2024 14:53:38 +0000 Subject: [PATCH] chore(release): cut the 2.1.0 release # [2.1.0](https://github.com/swaggerexpert/openapi-path-templating/compare/v2.0.2...v2.1.0) (2024-12-31) ### Features * **matching:** add isIdentical predicate ([#157](https://github.com/swaggerexpert/openapi-path-templating/issues/157)) ([fccddde](https://github.com/swaggerexpert/openapi-path-templating/commit/fccddded25ffcc8219e3fb85abe924d00d2f1a17)), closes [#98](https://github.com/swaggerexpert/openapi-path-templating/issues/98) --- 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 8979592..4041967 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openapi-path-templating", - "version": "2.0.2", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openapi-path-templating", - "version": "2.0.2", + "version": "2.1.0", "license": "Apache-2.0", "dependencies": { "apg-lite": "^1.0.4" diff --git a/package.json b/package.json index 5f915ff..65cdb9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-path-templating", - "version": "2.0.2", + "version": "2.1.0", "description": "OpenAPI Path Templating parser, validator, resolver and matcher.", "main": "./cjs/index.cjs", "types": "./types/index.d.ts",