From b0be2d62dfdc3eafd9e4b9c0df722a6d6c900181 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Sat, 6 Mar 2021 20:05:29 -0500 Subject: [PATCH] chore: change history --- CHANGE_HISTORY.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGE_HISTORY.md b/CHANGE_HISTORY.md index 41bacc21..47444c69 100644 --- a/CHANGE_HISTORY.md +++ b/CHANGE_HISTORY.md @@ -1,3 +1,12 @@ +## 4.12.2 (2021-03-07) + +* doc: Add NestJS Example (#554) ([61ddf2b](https://github.com/cdimascio/express-openapi-validator/commit/61ddf2b)), closes [#554](https://github.com/cdimascio/express-openapi-validator/issues/554) +* doc: update README ([ce01bf8](https://github.com/cdimascio/express-openapi-validator/commit/ce01bf8)) +* Updated info about import (#549) ([af84b47](https://github.com/cdimascio/express-openapi-validator/commit/af84b47)), closes [#549](https://github.com/cdimascio/express-openapi-validator/issues/549) +* fix: throws on multi file spec where multiple responses share the same file ref (#555) ([22d88da](https://github.com/cdimascio/express-openapi-validator/commit/22d88da)), closes [#555](https://github.com/cdimascio/express-openapi-validator/issues/555) + + + ## 4.12.1 (2021-03-02) * chore: change log ([d950086](https://github.com/cdimascio/express-openapi-validator/commit/d950086))