Skip to content

Commit

Permalink
chore: version 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Jan 20, 2017
1 parent 7148ae3 commit 9e1c8d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The fastest JSON Schema validator for node.js and browser. Supports [v5 proposal

__Please note__: You can start using NEW beta version [5.0.1 (change log)](https://github.com/epoberezkin/ajv/releases/tag/5.0.1-beta.0) with the support of draft 6 (not officially published yet): `npm install ajv@^5.0.1-beta`.

Also see [docs](https://github.com/epoberezkin/ajv/tree/5.0.1-beta.0) for 5.0.1.
Also see [docs](https://github.com/epoberezkin/ajv/tree/5.0.1-beta.1) for 5.0.1.


## Contents
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": "ajv",
"version": "4.10.4",
"version": "4.11.0",
"description": "Another JSON Schema Validator",
"main": "lib/ajv.js",
"webpack": "dist/ajv.bundle.js",
Expand Down

0 comments on commit 9e1c8d7

Please sign in to comment.