Skip to content

Commit 467ba72

Browse files
committed
v2.0.5
1 parent 81eb9ba commit 467ba72

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

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+
612
## [2.0.4] - 2023-04-11
713

814
### Updated
@@ -49,6 +55,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4955

5056
Initial Release.
5157

58+
[2.0.5]: https://github.com/fiznool/body-parser-xml/compare/v2.0.4...v2.0.5
5259
[2.0.4]: https://github.com/fiznool/body-parser-xml/compare/v2.0.3...v2.0.4
5360
[2.0.3]: https://github.com/fiznool/body-parser-xml/compare/v2.0.2...v2.0.3
5461
[2.0.2]: https://github.com/fiznool/body-parser-xml/compare/v2.0.1...v2.0.2

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.4",
3+
"version": "2.0.5",
44
"description": "XML parser middleware for express.js.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)