Skip to content

Commit 4173ed6

Browse files
author
Tibor Udvari
committed
version 3.1.2, update dependencies
1 parent 11aed3f commit 4173ed6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Docker Compose Reference is [HERE](https://docs.docker.com/compose/compose-file/
1313

1414
### Changes of the Latest Release
1515

16-
#### Version 3.1.1 ( 2018.12.12 )
17-
- Schema loading fix (thanks for andrepurnomo)
16+
#### Version 3.1.2 ( 2019.01.06)
17+
- Update dependencies
1818

1919
You can find all Release Notes [HERE](https://github.com/tudvari/docker-composer/blob/master/ReleaseNotes.md).
2020

ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release Notes
22

3+
## Version 3.1.2 ( 2019.01.06)
4+
- Update dependencies
5+
36
## Version 3.1.1 ( 2018.12.12 )
47
- Schema loading fix (thanks for andrepurnomo)
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-composer",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "NodeJS module for generating docker-compose.yml from a json document.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)