Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 6ac8c74

Browse files
author
Miroslav Bajtoš
committed
v1.0.5
1 parent 4948072 commit 6ac8c74

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGES.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
2014-12-05, Version 1.0.4
1+
2015-01-13, Version 1.0.5
22
=========================
33

4-
* README: add basic mocha setup instructions (pulkitsinghal)
4+
* Throw err when beforeEach.withApp is not called (Farid Neshat)
55

6+
* Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
67

7-
2014-10-02, Version 1.0.3
8+
9+
2014-12-05, Version 1.0.4
810
=========================
911

12+
* README: add basic mocha setup instructions (pulkitsinghal)
13+
1014
* Update version to 1.0.3 (Simon Ho)
1115

1216

@@ -15,6 +19,12 @@
1519

1620

1721

22+
2014-10-02, Version 1.0.3
23+
=========================
24+
25+
* Update version to 1.0.3 (Simon Ho)
26+
27+
1828
2014-10-02, Version 1.0.1
1929
=========================
2030

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-testing",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Utilities for testing LoopBack applications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)