From 62b9ef0236c0cdef2a2942f4b779401428a29d58 Mon Sep 17 00:00:00 2001 From: Jorge Date: Thu, 2 Jun 2022 18:39:21 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc8c761..b858d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## [2.3.0](https://github.com/joolfe/postman-to-openapi/compare/2.2.0...2.3.0) (2022-06-02) + + +### Features + +* allowed javascript object as input and output ([1f1976c](https://github.com/joolfe/postman-to-openapi/commit/1f1976cc18d023006ccd9134491db99b62c0fcf6)) + + +### Bug Fixes + +* **types:** it should return promise ([19ddc69](https://github.com/joolfe/postman-to-openapi/commit/19ddc69448ff2b68e4ee1dbef5114d6a8212f704)), closes [/github.com/joolfe/postman-to-openapi/blob/master/lib/index.js#L9](https://github.com/joolfe//github.com/joolfe/postman-to-openapi/blob/master/lib/index.js/issues/L9) + + +### Documentation + +* update CHANGELOG ([aa78799](https://github.com/joolfe/postman-to-openapi/commit/aa78799fb4d4a9ba0cb84979dc24dd4cf51bb075)) + + +### Build System + +* update deps ([6745a1d](https://github.com/joolfe/postman-to-openapi/commit/6745a1d6ab2a1cb7b0ffecf963c06240b9d3182b)) +* update version ([ee6d061](https://github.com/joolfe/postman-to-openapi/commit/ee6d061bf279b2e3da3ad29ab1c7fb5418d7659a)) + ### [2.2.1](https://github.com/joolfe/postman-to-openapi/compare/2.2.0...2.2.1) (2022-03-13)