diff --git a/CHANGELOG.md b/CHANGELOG.md
index 34139ab..0ee7726 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+
+# [4.2.0](https://github.com/InCuca/vue-loopback/compare/v4.1.1...v4.2.0) (2018-05-17)
+
+
+### Bug Fixes
+
+* **loopback:** fix lint errors ([ea23c48](https://github.com/InCuca/vue-loopback/commit/ea23c48))
+
+
+### Features
+
+* **gulp-tasks:** add support to es6 modules, fixes [#7](https://github.com/InCuca/vue-loopback/issues/7) ([0c70326](https://github.com/InCuca/vue-loopback/commit/0c70326))
+* **loopback:** add aditional response check in interceptResErrors ([66d1b59](https://github.com/InCuca/vue-loopback/commit/66d1b59))
+
+
+
## [4.1.1](https://github.com/InCuca/vue-loopback/compare/v4.1.0...v4.1.1) (2018-05-15)
diff --git a/package.json b/package.json
index 0e5bfad..0a891e3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-loopback",
- "version": "4.1.1",
+ "version": "4.2.0",
"description": "A Vue project template with Loopback framework featuring ES6, Gulp, and Mocha for unit tests",
"main": "meta.js",
"scripts": {