From 33322b9bf46e8104398e96df456d063e043ff6f8 Mon Sep 17 00:00:00 2001 From: Jorge Date: Wed, 19 May 2021 09:35:17 +0200 Subject: [PATCH] docs: version 1.9.2 ready --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 668f860..91ac63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.9.2](https://github.com/joolfe/postman-to-openapi/compare/1.9.1...1.9.2) (2021-05-19) + + +### Bug Fixes + +* use export default for the main function in ts ([baa3173](https://github.com/joolfe/postman-to-openapi/commit/baa3173dac2ab08cc433ec5e6458ae3d60c27702)) + ### [1.9.1](https://github.com/joolfe/postman-to-openapi/compare/1.9.0...1.9.1) (2021-05-19)