Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
fiznool committed May 11, 2021

Verified

This commit was signed with the committer’s verified signature.
fiznool Tom Spencer
1 parent 3235788 commit f025695
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
@@ -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.2] - 2021-05-11

### Added

- Official support for node 16.

## [2.0.1] - 2020-12-02

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

Initial Release.

[2.0.2]: https://github.com/fiznool/body-parser-xml/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/fiznool/body-parser-xml/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/fiznool/body-parser-xml/compare/v1.1.0...v2.0.0
[1.1.0]: https://github.com/fiznool/body-parser-xml/compare/v1.0.0...v1.1.0
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.1",
"version": "2.0.2",
"description": "XML parser middleware for express.js.",
"main": "index.js",
"scripts": {

0 comments on commit f025695

Please sign in to comment.