diff --git a/.changeset/lazy-kiwis-buy.md b/.changeset/lazy-kiwis-buy.md deleted file mode 100644 index 4496b1b..0000000 --- a/.changeset/lazy-kiwis-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nornir/rest": patch ---- - -Fix issue with JSON ref resolver producing duplicate results when root component is an array with subcomponents not containing references diff --git a/.changeset/seven-panthers-remain.md b/.changeset/seven-panthers-remain.md deleted file mode 100644 index e91acf3..0000000 --- a/.changeset/seven-panthers-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nornir/rest": patch ---- - -Expose the NornirRouteNotFoundError class diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index c97c686..a23ee55 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,5 +1,12 @@ # @nornir/rest +## 2.1.4 + +### Patch Changes + +- 345a030: Fix issue with JSON ref resolver producing duplicate results when root component is an array with subcomponents not containing references +- 620782e: Expose the NornirRouteNotFoundError class + ## 2.1.3 ### Patch Changes diff --git a/packages/rest/package.json b/packages/rest/package.json index 5fee4f5..75137c1 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -1,7 +1,7 @@ { "name": "@nornir/rest", "description": "A nornir library", - "version": "2.1.3", + "version": "2.1.4", "bin": { "nornir-oas": "./dist/cli/cli.js" },