diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffdaa7b3..16d8409d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+
+# [0.15.1](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.15.0...0.15.1) (2018-08-07)
+
+
+### Bug Fixes
+
+* define process as undefined ([#619](https://github.com/NativeScript/nativescript-dev-webpack/issues/619)) ([845f426](https://github.com/NativeScript/nativescript-dev-webpack/commit/845f426))
+
+
# [0.15.0](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.14.4...0.15.0) (2018-07-24)
diff --git a/package.json b/package.json
index bc48cf2f..a1fe00bf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nativescript-dev-webpack",
- "version": "0.15.0",
+ "version": "0.15.1",
"main": "index",
"description": "",
"homepage": "http://www.telerik.com",