Skip to content

Commit 0864ebf

Browse files
committed
Bumping version to 1.5.0
1 parent f26523a commit 0864ebf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#Changelog
22

3+
###1.5.0
4+
- Added `responsetime` assertion #58
5+
- Added `responseTime` to `ChakramResponseObject` #60
6+
- Introduced `del` alias #61
7+
38
###1.4.0
49
- Added support for expect's second custom message argument #56
510
- Exposes tv4's schemaBanUnknown and schemaCyclicCheck options #52

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chakram",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Chakram is an API testing framework designed to test JSON REST endpoints. The library offers a BDD testing style and fully exploits javascript promises",
55
"main": "lib/chakram.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)