Skip to content

Commit

Permalink
v2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Aug 25, 2022
1 parent 2eda2b1 commit 864ceaa
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
8 changes: 8 additions & 0 deletions benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "2.5.8",
"version": "2.5.9",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
14 changes: 14 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 864ceaa

Please sign in to comment.