diff --git a/CHANGELOG.md b/CHANGELOG.md index 142bb61..c1147c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.9](https://github.com/hans00/fastWS/compare/v2.5.8...v2.5.9) (2022-08-25) + + +### Features + +* support `keepHeaderCase` ([4aa9295](https://github.com/hans00/fastWS/commit/4aa929510a774f370de09e8f897ab51d046674ab)) + + +### Bug Fixes + +* **Server:** should not replace status code ([34f9056](https://github.com/hans00/fastWS/commit/34f9056b62c6334f41efc33014d48029783237f5)) + + + ## [2.5.8](https://github.com/hans00/fastWS/compare/v2.5.7...v2.5.8) (2022-08-03) diff --git a/benchmark/CHANGELOG.md b/benchmark/CHANGELOG.md index 3f3136d..31ee89c 100644 --- a/benchmark/CHANGELOG.md +++ b/benchmark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.9](https://github.com/hans00/fastws/compare/v2.5.8...v2.5.9) (2022-08-25) + +**Note:** Version bump only for package benchmark + + + + + ## [2.5.8](https://github.com/hans00/fastws/compare/v2.5.7...v2.5.8) (2022-08-03) **Note:** Version bump only for package benchmark diff --git a/benchmark/package.json b/benchmark/package.json index 873739d..696f816 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -1,13 +1,13 @@ { "name": "benchmark", "private": true, - "version": "2.5.8", + "version": "2.5.9", "dependencies": { "@nanoexpress/middleware-static-serve": "^1.0.0", "express": "^4.18.1", "express-ws": "^5.0.2", "fast-ws-client": "^2.1.0", - "fast-ws-server": "^2.5.8", + "fast-ws-server": "^2.5.9", "nanoexpress": "^5.2.4", "socket.io": "^4.5.1", "socket.io-client": "^4.5.1", diff --git a/lerna.json b/lerna.json index 777e857..0e38ac7 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "2.5.8", + "version": "2.5.9", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index babb19d..34fce86 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.9](https://github.com/hans00/fastWS/compare/v2.5.8...v2.5.9) (2022-08-25) + + +### Features + +* support `keepHeaderCase` ([4aa9295](https://github.com/hans00/fastWS/commit/4aa929510a774f370de09e8f897ab51d046674ab)) + + +### Bug Fixes + +* **Server:** should not replace status code ([34f9056](https://github.com/hans00/fastWS/commit/34f9056b62c6334f41efc33014d48029783237f5)) + + + ## [2.5.8](https://github.com/hans00/fastWS/compare/v2.5.7...v2.5.8) (2022-08-03) diff --git a/packages/server/package.json b/packages/server/package.json index 38c3853..5d90201 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "fast-ws-server", - "version": "2.5.8", + "version": "2.5.9", "description": "A simple Node.js server based on uWebSockets", "main": "js/index.js", "engines": {