Skip to content

Commit ecc1cd0

Browse files
committed
v2.0.1
1 parent 8583385 commit ecc1cd0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.0.1] - 2020-12-02
6+
### Updated
7+
- Update dependencies and test against node 14.
8+
9+
### Changed
10+
- Use ESLint instead of JSHint for code linting.
11+
- Use GitHub Actions for CI instead of Travis.
12+
513
## [2.0.0] - 2020-03-25
614
### Added / Breaking
715
- Support sanitization of headers. #5
@@ -36,6 +44,7 @@ Note that if you weren't previously expecting headers to be sanitized, this is c
3644

3745
Initial Release.
3846

47+
[2.0.1]: https://github.com/fiznool/express-mongo-sanitize/compare/v2.0.0...v2.0.1
3948
[2.0.0]: https://github.com/fiznool/express-mongo-sanitize/compare/v1.3.2...v2.0.0
4049
[1.3.2]: https://github.com/fiznool/express-mongo-sanitize/compare/v1.3.1...v1.3.2
4150
[1.3.1]: https://github.com/fiznool/express-mongo-sanitize/compare/v1.3.0...v1.3.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-mongo-sanitize",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Sanitize your express payload to prevent MongoDB operator injection.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)