From 0607e0f9bbb9511f9876e9be3fdd100c7bfe30d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Thu, 18 Jul 2019 13:16:04 +0200 Subject: [PATCH] chore: release version v0.1.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe0851c..a3fcadf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +# [0.1.0](https://github.com/mkg20001/interface-data-exchange/compare/v0.0.2...v0.1.0) (2019-07-18) + + +### Bug Fixes + +* almost works ([ed02213](https://github.com/mkg20001/interface-data-exchange/commit/ed02213)) +* browser tests ([3d37be2](https://github.com/mkg20001/interface-data-exchange/commit/3d37be2)) +* lint ([1f16963](https://github.com/mkg20001/interface-data-exchange/commit/1f16963)) +* sorta passes ([be8b7b8](https://github.com/mkg20001/interface-data-exchange/commit/be8b7b8)) + + +### Features + +* convert most of the code to promises, not working rn ([c8ef953](https://github.com/mkg20001/interface-data-exchange/commit/c8ef953)) +* finish promisification ([ae3a1b1](https://github.com/mkg20001/interface-data-exchange/commit/ae3a1b1)) + + + ## [0.0.2](https://github.com/mkg20001/interface-data-exchange/compare/v0.0.1...v0.0.2) (2018-06-15)