File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Docker Compose Reference is [HERE](https://docs.docker.com/compose/compose-file/
13
13
14
14
### Changes of the Latest Release
15
15
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
18
18
19
19
You can find all Release Notes [ HERE] ( https://github.com/tudvari/docker-composer/blob/master/ReleaseNotes.md ) .
20
20
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## Version 3.1.2 ( 2019.01.06)
4
+ - Update dependencies
5
+
3
6
## Version 3.1.1 ( 2018.12.12 )
4
7
- Schema loading fix (thanks for andrepurnomo)
5
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docker-composer" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 3.1.2 " ,
4
4
"description" : " NodeJS module for generating docker-compose.yml from a json document." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments