File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 2.0.5] - 2023-04-11
7
+
8
+ ### Fixed
9
+
10
+ - Downgraded mocha from v10 to v8 so that tests still work when run against node 10.
11
+
6
12
## [ 2.0.4] - 2023-04-11
7
13
8
14
### Updated
@@ -49,6 +55,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
49
55
50
56
Initial Release.
51
57
58
+ [ 2.0.5 ] : https://github.com/fiznool/body-parser-xml/compare/v2.0.4...v2.0.5
52
59
[ 2.0.4 ] : https://github.com/fiznool/body-parser-xml/compare/v2.0.3...v2.0.4
53
60
[ 2.0.3 ] : https://github.com/fiznool/body-parser-xml/compare/v2.0.2...v2.0.3
54
61
[ 2.0.2 ] : https://github.com/fiznool/body-parser-xml/compare/v2.0.1...v2.0.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " body-parser-xml" ,
3
- "version" : " 2.0.4 " ,
3
+ "version" : " 2.0.5 " ,
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