Skip to content

Commit 8559dd4

Browse files
committed
release 0.1.0
1 parent 9a77324 commit 8559dd4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### v0.1.0 - 2017-71-1
2+
3+
- [#13](https://github.com/dani8art/docker-compose-manager/issues/13) - Remove BETA notice on README.md
4+
5+
- [#11](https://github.com/dani8art/docker-compose-manager/issues/11) - Add JSDoc
6+
7+
- [#8](https://github.com/dani8art/docker-compose-manager/issues/8) - Add documentation
8+
9+
- [#7](https://github.com/dani8art/docker-compose-manager/issues/7) - Enable travis
10+
11+
- [#6](https://github.com/dani8art/docker-compose-manager/issues/6) - Add test
12+
13+
- [#5](https://github.com/dani8art/docker-compose-manager/issues/5) - Change '.exec' to '.spaw'
14+
15+
- [#4](https://github.com/dani8art/docker-compose-manager/issues/4) - Addapt project-template
16+
17+
- [#1](https://github.com/dani8art/docker-compose-manager/issues/1) - IP on windows shows \'
18+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docker-composer-manager",
33
"buildOn": "2017-03-30",
4-
"version": "0.0.3",
4+
"version": "0.1.0",
55
"description": "A NPM module to manage docker containers using docker-compose",
66
"homepage": "https://github.com/dani8art/docker-compose-manager",
77
"main": "index.js",

0 commit comments

Comments
 (0)