Skip to content

Commit

Permalink
Marking as 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
viveleroi committed Apr 17, 2019
1 parent 869f90a commit da52b0c
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

## 2.0.3

- Escapes regular expression characters when used with case-insensitive option.

## 2.0.2

- Updates collection.count to collection.countDocuments for mongoose deprecation.
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": "2.0.2",
"version": "2.0.3",
"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 da52b0c

Please sign in to comment.