diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5f6ff9..c450ada 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.
+
+## [1.3.4](https://github.com/wintercounter/mhy/compare/v1.3.3...v1.3.4) (2019-01-31)
+
+
+### Bug Fixes
+
+* **cmd:** non-flag params passing to process ([ab0f9d1](https://github.com/wintercounter/mhy/commit/ab0f9d1))
+
+
+
## [1.3.3](https://github.com/wintercounter/mhy/compare/v1.3.2...v1.3.3) (2019-01-30)
diff --git a/package-lock.json b/package-lock.json
index 344f264..a7a52af 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mhy",
- "version": "1.3.3",
+ "version": "1.3.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 9b3a0a4..1354ece 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mhy",
- "version": "1.3.3",
+ "version": "1.3.4",
"description": "A zero-config out-of-the-box development enviroment how I like it. So it's m(h)y environment!",
"main": "dist/bin/index.js",
"scripts": {