From c922475c2d50a95e1c0a2828711696cf8a376610 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Sat, 7 Nov 2020 15:03:38 -0500 Subject: [PATCH] chore: add change log --- CHANGE_HISTORY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGE_HISTORY.md diff --git a/CHANGE_HISTORY.md b/CHANGE_HISTORY.md new file mode 100644 index 0000000..e93f31d --- /dev/null +++ b/CHANGE_HISTORY.md @@ -0,0 +1,16 @@ +## 10.2.2 (2020-11-07) + +* chore: increment minor version ([8be21b2](https://github.com/cdimascio/generator-express-no-stress/commit/8be21b2)) +* chore: increment patch version ([cdbfd5a](https://github.com/cdimascio/generator-express-no-stress/commit/cdbfd5a)) +* chore: lockfile ([37f7aac](https://github.com/cdimascio/generator-express-no-stress/commit/37f7aac)) +* fix: node 15 openapi validation issue ([5bd2748](https://github.com/cdimascio/generator-express-no-stress/commit/5bd2748)) +* feat: upgrade deps ([9c3410e](https://github.com/cdimascio/generator-express-no-stress/commit/9c3410e)) +* implement support for v4 express openapi validator ([3909360](https://github.com/cdimascio/generator-express-no-stress/commit/3909360)) +* increase patch version ([7f2a34b](https://github.com/cdimascio/generator-express-no-stress/commit/7f2a34b)) +* increment patch version ([c56d636](https://github.com/cdimascio/generator-express-no-stress/commit/c56d636)) +* update eov deps ([ace7a01](https://github.com/cdimascio/generator-express-no-stress/commit/ace7a01)) +* Update Readme.md ([42c8e44](https://github.com/cdimascio/generator-express-no-stress/commit/42c8e44)) +* update yeoman and increment minor version ([4f78437](https://github.com/cdimascio/generator-express-no-stress/commit/4f78437)) + + +