Skip to content

Commit 3cf7784

Browse files
committed
v1.1.0
1 parent 8efa293 commit 3cf7784

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## 1.0.0 - 2015-12-19
5+
## [1.1.0] - 2016-03-18
6+
### Added
7+
- Ability to set a custom `Content-Type` for the expected XML-formatted request.
68

9+
## 1.0.0 - 2015-12-19
710
Initial Release.
11+
12+
[1.1.0]: https://github.com/fiznool/body-parser-xml/compare/v1.0.0...v1.1.0

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "body-parser-xml",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "XML parser middleware for express.js.",
55
"main": "index.js",
66
"scripts": {
@@ -23,13 +23,13 @@
2323
},
2424
"homepage": "https://github.com/fiznool/body-parser-xml#readme",
2525
"dependencies": {
26-
"xml2js": "^0.4.15"
26+
"xml2js": "^0.4.16"
2727
},
2828
"devDependencies": {
29-
"body-parser": "^1.14.2",
30-
"express": "^4.13.3",
31-
"mocha": "^2.3.4",
32-
"supertest": "^1.1.0"
29+
"body-parser": "^1.15.0",
30+
"express": "^4.13.4",
31+
"mocha": "^2.4.5",
32+
"supertest": "^1.2.0"
3333
},
3434
"engines": {
3535
"node": ">= 0.10"

0 commit comments

Comments
 (0)