Skip to content

Commit

Permalink
5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneWeird committed May 30, 2015
1 parent 9a941d2 commit a23ae4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changelog 5.3.0:

* Return $htValidationError: true along with message when data does not match schema.

Changelog 5.2.0:

* Add support for validating the response of a call with a schema.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ horizontally.

*Note:* If you see **HT2** anywhere, this references the new rewrite, and is applicable to any version >=2.x.x

Current Version: 5.2.0
Current Version: 5.3.0

See [Changelog here](CHANGELOG.md)

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": "hudson-taylor",
"version": "5.2.0",
"version": "5.3.0",
"description": "Library for building services.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit a23ae4f

Please sign in to comment.