File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ Docker Compose Reference is [HERE](https://docs.docker.com/compose/compose-file/
14
14
15
15
### Changes of the Latest Release
16
16
17
- ## Version 4.0.3 (18.01.2022)
18
- - Maintenance release, dependency updates
17
+ ## Version 4.1.0 (23.02.2022)
18
+ - Extending networking schema with name property. (Thanks @shoxxdj )
19
+ - Dependency updates
19
20
20
21
You can find all Release Notes [ HERE] ( https://github.com/tudvari/docker-composer/blob/master/ReleaseNotes.md ) .
21
22
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## Version 4.1.0 23.03.2022)
4
+ - Extending networking schema with name property. (Thanks @shoxxdj )
5
+ - dependency updates
6
+
3
7
## Version 4.0.3 (18.01.2022)
4
8
- Maintenance release, dependency updates
5
9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docker-composer" ,
3
- "version" : " 4.0.3 " ,
3
+ "version" : " 4.1.0 " ,
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