Skip to content

Commit ee9aaa8

Browse files
author
Walker Leite
committed
Release v1.1.0
1 parent d5295ce commit ee9aaa8

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="1.1.0"></a>
2+
# 1.1.0 (2018-06-05)
3+
4+
5+
### Bug Fixes
6+
7+
* **package:** fix version ([84ffecc](https://github.com/InCuca/loopback-jest/commit/84ffecc))
8+
* **setup:** add dist to setup ([974fd01](https://github.com/InCuca/loopback-jest/commit/974fd01))
9+
10+
11+
### Features
12+
13+
* **codeclimate:** add eslint plugin ([c982c8c](https://github.com/InCuca/loopback-jest/commit/c982c8c))
14+
* **loopback-jest:** add toBeModel matcher ([e125583](https://github.com/InCuca/loopback-jest/commit/e125583))
15+
* **package:** add lock file ([5ec2ea0](https://github.com/InCuca/loopback-jest/commit/5ec2ea0))
16+
* **package:** add setup to files ([d5295ce](https://github.com/InCuca/loopback-jest/commit/d5295ce))
17+
* **project:** import loopback-chai and refactor name ([e9051da](https://github.com/InCuca/loopback-jest/commit/e9051da))
18+
* **travis:** add code climate token ([4f04d13](https://github.com/InCuca/loopback-jest/commit/4f04d13))
19+
20+
21+
122
<a name="1.0.0"></a>
223
# 1.0.0 (2018-06-05)
324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-jest",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Jest matchers for loopback",
55
"main": "dist/loopback-jest.js",
66
"scripts": {

0 commit comments

Comments
 (0)