bump version to 0.17.2

This commit is contained in:
Alexander Zeitler 2019-05-02 09:09:29 +02:00
parent 8b07714dd8
commit 2811e36a0e
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
# 0.17.2 / 2019-05-02
## :nut_and_bolt: Other
* [#69](https://github.com/PDMLab/docker-compose/issues/69): Remove winston dependency and lib/log
# 0.17.1 / 2019-05-01
## :bug: Fixes

View file

@ -1,6 +1,6 @@
{
"name": "docker-compose",
"version": "0.17.1",
"version": "0.17.2",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {