From d9500867d57972a51fe68a55745c950c3dc0f144 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Sun, 28 Feb 2021 13:48:47 -0500 Subject: [PATCH] chore: change log --- CHANGE_HISTORY.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGE_HISTORY.md b/CHANGE_HISTORY.md index dbd308bf..a00ad2ed 100644 --- a/CHANGE_HISTORY.md +++ b/CHANGE_HISTORY.md @@ -1,3 +1,15 @@ +## 4.12.0 (2021-02-28) + +* test: add multi-spec test ([1f50892](https://github.com/cdimascio/express-openapi-validator/commit/1f50892)) +* test: multi.spec test ([c8cf43e](https://github.com/cdimascio/express-openapi-validator/commit/c8cf43e)) +* test: remove console logs ([dccf760](https://github.com/cdimascio/express-openapi-validator/commit/dccf760)) +* chore: increment minor version ([7e77207](https://github.com/cdimascio/express-openapi-validator/commit/7e77207)) +* fix: observe validateApiSpec and avoid schema re-checks (performance) (#544) ([e794c59](https://github.com/cdimascio/express-openapi-validator/commit/e794c59)), closes [#544](https://github.com/cdimascio/express-openapi-validator/issues/544) +* docs: add aaronluman as a contributor (#545) ([492e1f9](https://github.com/cdimascio/express-openapi-validator/commit/492e1f9)), closes [#545](https://github.com/cdimascio/express-openapi-validator/issues/545) +* feat: example 2 deps ([8d27580](https://github.com/cdimascio/express-openapi-validator/commit/8d27580)) + + + ## 4.11.1 (2021-02-28) * chore: update lockfile and patch version ([a7b8a2a](https://github.com/cdimascio/express-openapi-validator/commit/a7b8a2a))