diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b7634e..fdffb4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ + +## 1.1.4 (2016-02-22) + + +* Load file if params are not present ([5b3686c](https://github.com/kikobeats/worker-farm-cli/commit/5b3686c)) + + + ## 1.1.3 (2016-02-22) * Fix load file passing params too ([08beda5](https://github.com/kikobeats/worker-farm-cli/commit/08beda5)) +* Release 1.1.3 ([0adce17](https://github.com/kikobeats/worker-farm-cli/commit/0adce17)) @@ -38,8 +47,8 @@ # 1.0.0 (2016-02-19) -* Release 1.0.0 ([02abf8e](https://github.com/kikobeats/worker-farm-cli/commit/02abf8e)) * first commit ([3a50043](https://github.com/kikobeats/worker-farm-cli/commit/3a50043)) +* Release 1.0.0 ([02abf8e](https://github.com/kikobeats/worker-farm-cli/commit/02abf8e)) * updated ([b9aec4f](https://github.com/kikobeats/worker-farm-cli/commit/b9aec4f)) diff --git a/package.json b/package.json index 15e6219..d818611 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "worker-farm-cli", "description": "Launch a farm of worker from the CLI.", "homepage": "https://github.com/Kikobeats/worker-farm-cli", - "version": "1.1.3", + "version": "1.1.4", "main": "./index.js", "bin": { "worker-farm": "./bin/index.js"