This commit is contained in:
Alexander Zeitler 2019-05-29 14:25:00 +02:00
parent 4c285390b1
commit b9cdd4132b
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
# 0.17.3 / 2019-05-29
## :bug: Fixes
* [#69](https://github.com/PDMLab/docker-compose/pull/76): Fix declaration for `logs` function
# 0.17.2 / 2019-05-02
## :nut_and_bolt: Other

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "docker-compose",
"version": "0.16.0",
"version": "0.17.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

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