[Pkg-javascript-commits] [node-mocks-http] 17/296: Update version and README

Thorsten Alteholz alteholz at moszumanska.debian.org
Mon Feb 8 18:13:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

alteholz pushed a commit to branch master
in repository node-mocks-http.

commit fceec04bc643b81670a1a4f4745d11eecb9efd2f
Author: Ray - SunQi <qsun01185 at cienet.com.cn>
Date:   Mon Mar 26 20:16:49 2012 +0800

    Update version and README
---
 README.md    | 7 ++++++-
 package.json | 4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 23d2de8..5839045 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,11 @@ Most releases fixes bugs with our mocks or add features similar to the
 actual `Request` and `Response` objects offered by Node.js and extended
 by Express.
 
+v 0.0.6
+-------
+
+  * Add support for request files
+
 v 0.0.5
 -------
 
@@ -95,4 +100,4 @@ v 0.0.2
 v 0.0.1
 -------
 
-  * Initial code banged out one late night...
\ No newline at end of file
+  * Initial code banged out one late night...
diff --git a/package.json b/package.json
index 68e00b1..abca2b2 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Howard Abrams <howard.abrams at gmail.com> (http://www.github.com/howardabrams)",
   "name": "node-mocks-http",
   "description": "Mock 'http' objects for testing Express routing functions",
-  "version": "0.0.5",
+  "version": "0.0.6",
   "homepage": "http://www.github.com/howardabrams/node-mocks-http",
   "keywords": [
                "mock",
@@ -23,4 +23,4 @@
   "engines": {
     "node": ">=0.6"
   }
-}
\ No newline at end of file
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mocks-http.git



More information about the Pkg-javascript-commits mailing list