Skip to content

Commit

Permalink
v2.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Aug 3, 2022
1 parent d88dd30 commit 0230b87
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.8](https://github.com/hans00/fastWS/compare/v2.5.7...v2.5.8) (2022-08-03)


### Bug Fixes

* **Server:** fix range-stream process ([d88dd30](https://github.com/hans00/fastWS/commit/d88dd3042824db03452be720626c609bdbe331fd))



## [2.5.7](https://github.com/hans00/fastWS/compare/v2.5.6...v2.5.7) (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.8](https://github.com/hans00/fastws/compare/v2.5.7...v2.5.8) (2022-08-03)

**Note:** Version bump only for package benchmark





## [2.5.7](https://github.com/hans00/fastws/compare/v2.5.6...v2.5.7) (2022-08-03)

**Note:** Version bump only for package benchmark
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.7",
"version": "2.5.8",
"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.7",
"fast-ws-server": "^2.5.8",
"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.7",
"version": "2.5.8",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
9 changes: 9 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.8](https://github.com/hans00/fastWS/compare/v2.5.7...v2.5.8) (2022-08-03)


### Bug Fixes

* **Server:** fix range-stream process ([d88dd30](https://github.com/hans00/fastWS/commit/d88dd3042824db03452be720626c609bdbe331fd))



## [2.5.7](https://github.com/hans00/fastWS/compare/v2.5.6...v2.5.7) (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.7",
"version": "2.5.8",
"description": "A simple Node.js server based on uWebSockets",
"main": "js/index.js",
"engines": {
Expand Down

0 comments on commit 0230b87

Please sign in to comment.