update changelog to 0.20.2

This commit is contained in:
Alexander Zeitler 2019-07-30 11:15:04 +02:00
parent 01afd0a9b5
commit 3c3c076cb1

View file

@ -1,3 +1,17 @@
# 0.20.2 / 2019-07-30
## :tada: Enhancements
* [#87](https://github.com/PDMLab/docker-compose/pull/87):
* Use proper `es2015` library (for Promises, etc.) in `tsconfig`
## :bug: Fixes
* [#87](https://github.com/PDMLab/docker-compose/pull/87):
* Fix linting after build was called
* [#86](https://github.com/PDMLab/docker-compose/pull/86):
* Fix interfaces not being exposed in typings file
# 0.20.1 / 2019-07-26
## :tada: Enhancements