From 1d1b8224fc57b04bd32f1cac610e9752b7a67198 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Thu, 12 Aug 2021 16:45:37 -0700 Subject: [PATCH] build: 14.2.1 release --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2f03e86..227a136b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 14.2.1 (2021-08-12) + +* fix: including refs when discriminator mappings are present (#480) ([b9e93fa](https://github.com/readmeio/oas/commit/b9e93fa)), closes [#480](https://github.com/readmeio/oas/issues/480) + + + ## 14.2.0 (2021-08-12) * perf: only include components if circular $ref pointers are in the JSON Schema (#479) ([f3193a0](https://github.com/readmeio/oas/commit/f3193a0)), closes [#479](https://github.com/readmeio/oas/issues/479) diff --git a/package.json b/package.json index 70bd4d1f..29b0b927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oas", - "version": "14.2.0", + "version": "14.2.1", "description": "Working with Swagger and OpenAPI definitions is hard. This makes it easier.", "license": "MIT", "author": "ReadMe (http://readme.io)",