Skip to content

Commit

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

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

## 1.0.0 - 2015-12-19
Initial Release.

[1.1.0]: https://github.com/fiznool/body-parser-xml/compare/v1.0.0...v1.1.0
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "body-parser-xml",
"version": "1.0.0",
"version": "1.1.0",
"description": "XML parser middleware for express.js.",
"main": "index.js",
"scripts": {
Expand All @@ -23,13 +23,13 @@
},
"homepage": "https://github.com/fiznool/body-parser-xml#readme",
"dependencies": {
"xml2js": "^0.4.15"
"xml2js": "^0.4.16"
},
"devDependencies": {
"body-parser": "^1.14.2",
"express": "^4.13.3",
"mocha": "^2.3.4",
"supertest": "^1.1.0"
"body-parser": "^1.15.0",
"express": "^4.13.4",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
},
"engines": {
"node": ">= 0.10"
Expand Down

0 comments on commit 3cf7784

Please sign in to comment.