Skip to content

Commit f025695

Browse files
committed
v2.0.2
1 parent 3235788 commit f025695

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.2] - 2021-05-11
7+
8+
### Added
9+
10+
- Official support for node 16.
11+
612
## [2.0.1] - 2020-12-02
713

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

3137
Initial Release.
3238

39+
[2.0.2]: https://github.com/fiznool/body-parser-xml/compare/v2.0.1...v2.0.2
3340
[2.0.1]: https://github.com/fiznool/body-parser-xml/compare/v2.0.0...v2.0.1
3441
[2.0.0]: https://github.com/fiznool/body-parser-xml/compare/v1.1.0...v2.0.0
3542
[1.1.0]: https://github.com/fiznool/body-parser-xml/compare/v1.0.0...v1.1.0

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

0 commit comments

Comments
 (0)