diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21d9230..ea1a14a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [2.4.2](https://github.com/danibram/mocker-data-generator/compare/v2.4.1...v2.4.2) (2017-10-16)
+
+
+
## [2.4.1](https://github.com/danibram/mocker-data-generator/compare/v2.4.0...v2.4.1) (2017-10-16)
diff --git a/package.json b/package.json
index bfe5b65..9cd4351 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mocker-data-generator",
- "version": "2.4.1",
+ "version": "2.4.2",
"description": "A simplified way to generate mock data, builds using a simple schema and with the FakerJs",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
@@ -46,7 +46,7 @@
"docs": "typedoc src/index.ts --excludePrivate --mode file --theme minimal --out build/docs && opn build/docs/index.html",
"docs:json": "typedoc --mode file --json build/docs/typedoc.json src/index.ts",
"release": "standard-version",
- "release-github": "sh .env;conventional-github-releaser -p angular -r 0"
+ "release-github": "source .env.sh && conventional-github-releaser -p angular -r 0"
},
"scripts-info": {
"info": "Display information about the scripts",