diff --git a/HISTORY.md b/HISTORY.md index 0644024..f032f4b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,11 @@ +## v 1.15.0 + +- Add to write() and end() support of TypedArray [Issue #300][300]. +- Fix: return empty string when send() was called with undefined [Issue #298][298]. + +[300]: https://github.com/eugef/node-mocks-http/pull/300 +[298]: https://github.com/eugef/node-mocks-http/pull/298 + ## v 1.14.1 - Move express and node types to prod deps [Issue #290][290]. diff --git a/package-lock.json b/package-lock.json index f1896d8..005e057 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-mocks-http", - "version": "1.14.1", + "version": "1.15.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index d6d8f94..f5abadd 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, Next.js and Koa routing functions", - "version": "1.14.1", + "version": "1.15.0", "homepage": "https://github.com/eugef/node-mocks-http", "bugs": { "url": "https://github.com/eugef/node-mocks-http/issues"