Skip to content

Commit 23a2bce

Browse files
committed
v2.0.4
1 parent 0a2ee31 commit 23a2bce

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.4] - 2023-04-11
7+
8+
### Updated
9+
10+
- Update xml2js dependency to fix [a reported vulnerability](https://github.com/Leonidas-from-XIV/node-xml2js/issues/663).
11+
- Update other dependencies and test against node 18.
12+
613
## [2.0.3] - 2021-05-19
714

815
### Fixed
@@ -42,6 +49,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4249

4350
Initial Release.
4451

52+
[2.0.4]: https://github.com/fiznool/body-parser-xml/compare/v2.0.3...v2.0.4
4553
[2.0.3]: https://github.com/fiznool/body-parser-xml/compare/v2.0.2...v2.0.3
4654
[2.0.2]: https://github.com/fiznool/body-parser-xml/compare/v2.0.1...v2.0.2
4755
[2.0.1]: https://github.com/fiznool/body-parser-xml/compare/v2.0.0...v2.0.1

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

0 commit comments

Comments
 (0)