Skip to content

Commit cc23b78

Browse files
committed
v1.0.0
1 parent 237acb2 commit cc23b78

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## 1.0.0 - 2015-12-19
6+
7+
Initial Release.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "body-parser-xml",
3-
"version": "1.0.0-alpha1",
4-
"description": "Adds an XML parser to body-parser.",
3+
"version": "1.0.0",
4+
"description": "XML parser middleware for express.js.",
55
"main": "index.js",
66
"scripts": {
77
"test": "node_modules/mocha/bin/mocha test.js"
@@ -13,6 +13,7 @@
1313
"keywords": [
1414
"express",
1515
"xml",
16+
"middleware",
1617
"body-parser"
1718
],
1819
"author": "Tom Spencer <[email protected]>",
@@ -29,5 +30,8 @@
2930
"express": "^4.13.3",
3031
"mocha": "^2.3.4",
3132
"supertest": "^1.1.0"
33+
},
34+
"engines": {
35+
"node": ">= 0.10"
3236
}
3337
}

0 commit comments

Comments
 (0)