bump version to 0.17.1

This commit is contained in:
Alexander Zeitler 2019-05-01 01:20:24 +02:00
parent 4125516f2b
commit 81457ec8db
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
# 0.17.1 / 2019-05-01
## :bug: Fixes
* [#66](https://github.com/PDMLab/docker-compose/issues/66): Trailing commas causing syntax error on NodeJS 6.x
# 0.17.0 / 2019-04-30
## :tada: Enhancements

View file

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