[Pkg-javascript-commits] [node-mocks-http] 28/296: Fix the release to v1.0.1
Thorsten Alteholz
alteholz at moszumanska.debian.org
Mon Feb 8 18:13:18 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 80d9fdf8c839427643f312755db12bde08547fb2
Author: Ray Sun <xiaoquqi at gmail.com>
Date: Tue Aug 20 22:13:18 2013 +0800
Fix the release to v1.0.1
As release v1.0.0 already published in npm repos, so I update the
version to v1.0.1
---
README.md | 2 +-
package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 99bdd2c..3fd1c3f 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ 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 1.0.0
+v 1.0.1
-------
* Add support for response redirect and render
diff --git a/package.json b/package.json
index ea2f5af..13f37ec 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": "1.0.0",
+ "version": "1.0.1",
"homepage": "http://www.github.com/howardabrams/node-mocks-http",
"keywords": [
"mock",
--
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