Skip to content

Commit 93daaa1

Browse files
committed
v2.0.1
1 parent 1ba4960 commit 93daaa1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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+
59
## [2.0.0] - 2020-03-25
610
### Fixed
711
- Ensure `done` callback is not called multiple times #4
@@ -17,5 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1721
## 1.0.0 - 2015-12-19
1822
Initial Release.
1923

24+
[2.0.1]: https://github.com/fiznool/body-parser-xml/compare/v2.0.0...v2.0.1
2025
[2.0.0]: https://github.com/fiznool/body-parser-xml/compare/v1.1.0...v2.0.0
2126
[1.1.0]: https://github.com/fiznool/body-parser-xml/compare/v1.0.0...v1.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "body-parser-xml",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "XML parser middleware for express.js.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)