Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fiznool committed Jan 12, 2017
1 parent 8faef1a commit ae45543
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.3.2] - 2017-01-12
### Fixed
- Fixed an issue when using the sanitizer in the node REPL. #3

## [1.3.1] - 2017-01-12
### Fixed
- Fixed an issue with objects containing prohibited keys nested inside other objects with prohibited keys. #2
Expand All @@ -23,6 +27,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Initial Release.

[1.3.2]: https://github.com/fiznool/express-mongo-sanitize/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/fiznool/express-mongo-sanitize/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/fiznool/express-mongo-sanitize/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/fiznool/express-mongo-sanitize/compare/v1.1.0...v1.2.0
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": "express-mongo-sanitize",
"version": "1.3.1",
"version": "1.3.2",
"description": "Sanitize your express payload to prevent MongoDB operator injection.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ae45543

Please sign in to comment.