mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-14 20:21:39 +00:00
bump version to 0.17.1
This commit is contained in:
parent
4125516f2b
commit
81457ec8db
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docker-compose",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue