Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fiznool committed Apr 11, 2023
1 parent 81eb9ba commit 467ba72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.5] - 2023-04-11

### Fixed

- Downgraded mocha from v10 to v8 so that tests still work when run against node 10.

## [2.0.4] - 2023-04-11

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

Initial Release.

[2.0.5]: https://github.com/fiznool/body-parser-xml/compare/v2.0.4...v2.0.5
[2.0.4]: https://github.com/fiznool/body-parser-xml/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/fiznool/body-parser-xml/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/fiznool/body-parser-xml/compare/v2.0.1...v2.0.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "body-parser-xml",
"version": "2.0.4",
"version": "2.0.5",
"description": "XML parser middleware for express.js.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 467ba72

Please sign in to comment.