mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-24 09:22:08 +00:00
0.17.3
This commit is contained in:
parent
4c285390b1
commit
b9cdd4132b
3 changed files with 8 additions and 2 deletions
|
|
@ -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
|
# 0.17.2 / 2019-05-02
|
||||||
|
|
||||||
## :nut_and_bolt: Other
|
## :nut_and_bolt: Other
|
||||||
|
|
|
||||||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "docker-compose",
|
"name": "docker-compose",
|
||||||
"version": "0.16.0",
|
"version": "0.17.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "docker-compose",
|
"name": "docker-compose",
|
||||||
"version": "0.17.2",
|
"version": "0.17.3",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue