Skip to content

Commit 756f033

Browse files
author
Walker Leite
committed
Release v4.2.0
1 parent 0c70326 commit 756f033

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="4.2.0"></a>
2+
# [4.2.0](https://github.com/InCuca/vue-loopback/compare/v4.1.1...v4.2.0) (2018-05-17)
3+
4+
5+
### Bug Fixes
6+
7+
* **loopback:** fix lint errors ([ea23c48](https://github.com/InCuca/vue-loopback/commit/ea23c48))
8+
9+
10+
### Features
11+
12+
* **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))
13+
* **loopback:** add aditional response check in interceptResErrors ([66d1b59](https://github.com/InCuca/vue-loopback/commit/66d1b59))
14+
15+
16+
117
<a name="4.1.1"></a>
218
## [4.1.1](https://github.com/InCuca/vue-loopback/compare/v4.1.0...v4.1.1) (2018-05-15)
319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-loopback",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"description": "A Vue project template with Loopback framework featuring ES6, Gulp, and Mocha for unit tests",
55
"main": "meta.js",
66
"scripts": {

0 commit comments

Comments
 (0)