Skip to content

Commit

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

## [2.0.1] - 2020-12-02
### Updated
- Update dependencies and test against node 14.

### Changed
- Use ESLint instead of JSHint for code linting.
- Use GitHub Actions for CI instead of Travis.

## [2.0.0] - 2020-03-25
### Added / Breaking
- Support sanitization of headers. #5
Expand Down Expand Up @@ -36,6 +44,7 @@ Note that if you weren't previously expecting headers to be sanitized, this is c

Initial Release.

[2.0.1]: https://github.com/fiznool/express-mongo-sanitize/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/fiznool/express-mongo-sanitize/compare/v1.3.2...v2.0.0
[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
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": "2.0.0",
"version": "2.0.1",
"description": "Sanitize your express payload to prevent MongoDB operator injection.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ecc1cd0

Please sign in to comment.