Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fiznool committed Dec 19, 2015
1 parent 237acb2 commit cc23b78
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Change Log
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

Initial Release.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "body-parser-xml",
"version": "1.0.0-alpha1",
"description": "Adds an XML parser to body-parser.",
"version": "1.0.0",
"description": "XML parser middleware for express.js.",
"main": "index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha test.js"
Expand All @@ -13,6 +13,7 @@
"keywords": [
"express",
"xml",
"middleware",
"body-parser"
],
"author": "Tom Spencer <[email protected]>",
Expand All @@ -29,5 +30,8 @@
"express": "^4.13.3",
"mocha": "^2.3.4",
"supertest": "^1.1.0"
},
"engines": {
"node": ">= 0.10"
}
}

0 comments on commit cc23b78

Please sign in to comment.