diff --git a/HISTORY.md b/HISTORY.md index 20a492e..d9d91af 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,12 @@ +v 1.14.0 +------- + +- Fix nodejs typing [Issue #281][281]. +- Add testing capability in TypeScript [Issue #282][282]. + +[281]: https://github.com/eugef/node-mocks-http/pull/281 +[282]: https://github.com/eugef/node-mocks-http/pull/282 + v 1.13.0 ------- diff --git a/package-lock.json b/package-lock.json index 861ea68..ea80c98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-mocks-http", - "version": "1.13.0", + "version": "1.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-mocks-http", - "version": "1.13.0", + "version": "1.14.0", "license": "MIT", "dependencies": { "accepts": "^1.3.7", diff --git a/package.json b/package.json index 316e0a9..f53b13f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Howard Abrams (http://www.github.com/howardabrams)", "name": "node-mocks-http", "description": "Mock 'http' objects for testing Express routing functions", - "version": "1.13.0", + "version": "1.14.0", "homepage": "https://github.com/howardabrams/node-mocks-http", "bugs": { "url": "https://github.com/howardabrams/node-mocks-http/issues"