Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
dareid committed Jul 8, 2016
1 parent cf09bbf commit f5581ff
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.4.0
- Added support for expect's second custom message argument #56
- Exposes tv4's schemaBanUnknown and schemaCyclicCheck options #52
- Exposes tv4's getSchemaMap method #43

###1.3.0
- Identifies all schema errors #38
- Exposes tv4's addFormat method #39
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.3.0",
"version": "1.4.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 f5581ff

Please sign in to comment.