diff --git a/HISTORY.md b/HISTORY.md index f032f4b..f4ff45e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +## v 1.15.1 + +- Allowing @types/node v22 [Issue #305][305]. + +[305]: https://github.com/eugef/node-mocks-http/pull/305 + ## v 1.15.0 - Add to write() and end() support of TypedArray [Issue #300][300]. diff --git a/package-lock.json b/package-lock.json index 93b2cda..0479ff9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-mocks-http", - "version": "1.15.0", + "version": "1.15.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ace44f7..7cdc140 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.15.0", + "version": "1.15.1", "homepage": "https://github.com/eugef/node-mocks-http", "bugs": { "url": "https://github.com/eugef/node-mocks-http/issues"