Skip to content

Commit

Permalink
Marking as 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
viveleroi committed Sep 13, 2017
1 parent 65bb749 commit fdfc957
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.6

- Adds support for `uniqueCaseInsensitive` on index options.

## 1.0.5

- Updated validator to use a promise, as async validators are deprecated as of Mongoose 4.9.
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": "mongoose-unique-validator",
"version": "1.0.5",
"version": "1.0.6",
"description": "mongoose-unique-validator is a plugin which adds pre-save validation for unique fields within a Mongoose schema.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fdfc957

Please sign in to comment.