[Pkg-javascript-commits] [node-mocks-http] 264/296: Publish 1.4.4 release

Thorsten Alteholz alteholz at moszumanska.debian.org
Mon Feb 8 18:13:43 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 70a0634246112619c732532b6fe515645ef19a7f
Author: Howard Abrams <howard.abrams at gmail.com>
Date:   Mon Sep 21 14:57:47 2015 -0700

    Publish 1.4.4 release
    
    This includes addressing the bug the README (see Issue #67).
---
 HISTORY.md   | 16 +++++++++++++++-
 README.md    |  4 +++-
 package.json |  2 +-
 3 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/HISTORY.md b/HISTORY.md
index 6bbe6c9..abd4a51 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,3 +1,17 @@
+v 1.4.4
+---
+
+  Bug fix release, including the following:
+  * Fixed for [#67][67]
+  * Merge fix for [#68][68]
+  * Merge fix for [#70][70]
+  * Merge fix for [#73][73]
+
+    [67]: https://github.com/howardabrams/node-mocks-http/issues/67
+    [68]: https://github.com/howardabrams/node-mocks-http/issues/68
+    [70]: https://github.com/howardabrams/node-mocks-http/issues/70
+    [73]: https://github.com/howardabrams/node-mocks-http/issues/73
+
 v 1.2.0
 ---
 
@@ -87,4 +101,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/README.md b/README.md
index fc6c2b1..dd20d07 100644
--- a/README.md
+++ b/README.md
@@ -120,7 +120,7 @@ wish to test your event handlers you will need to bring your own event emitter.
 ```js
 var httpMocks = require('node-mocks-http');
 var res = httpMocks.createResponse({
-  EventEmitter: require('events').EventEmitter;
+  EventEmitter: require('events').EventEmitter
 });
 
 // ...
@@ -162,6 +162,7 @@ by Express.
 
 [Most Recent Release Notes][release-notes]
 
+* [v1.4.4][release-v1.4.4] - June 3, 2015
 * [v1.4.3][release-v1.4.3] - June 3, 2015
 * [v1.4.2][release-v1.4.2] - April 30, 2015
 * [v1.4.1][release-v1.4.1] - April 14, 2015
@@ -195,6 +196,7 @@ Licensed under [MIT](https://github.com/howardabrams/node-mocks-http/blob/master
 
 [release-notes]: https://github.com/howardabrams/node-mocks-http/releases
 
+[release-v1.4.4]: https://github.com/howardabrams/node-mocks-http/releases/tag/v1.4.4
 [release-v1.4.3]: https://github.com/howardabrams/node-mocks-http/releases/tag/v1.4.3
 [release-v1.4.2]: https://github.com/howardabrams/node-mocks-http/releases/tag/v1.4.2
 [release-v1.4.1]: https://github.com/howardabrams/node-mocks-http/releases/tag/v1.4.1
diff --git a/package.json b/package.json
index cb3433b..88bee81 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.4.3",
+  "version": "1.4.4",
   "homepage": "https://github.com/howardabrams/node-mocks-http",
   "bugs": {
     "url": "https://github.com/howardabrams/node-mocks-http/issues"

-- 
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