File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 2.0.1] - 2020-12-02
6
+ ### Updated
7
+ - Update dependencies and test against node 14.
8
+
5
9
## [ 2.0.0] - 2020-03-25
6
10
### Fixed
7
11
- Ensure ` done ` callback is not called multiple times #4
@@ -17,5 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
17
21
## 1.0.0 - 2015-12-19
18
22
Initial Release.
19
23
24
+ [ 2.0.1 ] : https://github.com/fiznool/body-parser-xml/compare/v2.0.0...v2.0.1
20
25
[ 2.0.0 ] : https://github.com/fiznool/body-parser-xml/compare/v1.1.0...v2.0.0
21
26
[ 1.1.0 ] : https://github.com/fiznool/body-parser-xml/compare/v1.0.0...v1.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " body-parser-xml" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " XML parser middleware for express.js." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments