Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneWeird committed Jun 17, 2015
1 parent 1c9fcfa commit 96a4dd8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Changelog 6.0.0:

* Deprecated function Client.remote removed.
* Deprecated function utils.expressProxy removed.
* Dependencies updated.
* Automatic wrapping of top-level schemas has been removed to support other validation libraries.
* Internal validation switched to async to support other validation libraries.

Changelog 5.3.2:

* Remove uid2 as a dependency.
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.3.2
Current Version: 6.0.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.3.2",
"version": "6.0.0",
"description": "Library for building services.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 96a4dd8

Please sign in to comment.