Skip to content

Commit

Permalink
Bumping version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dareid committed Sep 3, 2016
1 parent f26523a commit 0864ebf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#Changelog

###1.5.0
- Added `responsetime` assertion #58
- Added `responseTime` to `ChakramResponseObject` #60
- Introduced `del` alias #61

###1.4.0
- Added support for expect's second custom message argument #56
- Exposes tv4's schemaBanUnknown and schemaCyclicCheck options #52
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chakram",
"version": "1.4.0",
"version": "1.5.0",
"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",
"main": "lib/chakram.js",
"license": "MIT",
Expand Down

0 comments on commit 0864ebf

Please sign in to comment.