Skip to content

Commit

Permalink
v2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Aug 3, 2022
1 parent ea5a2be commit 3b732be
Show file tree
Hide file tree
Showing 6 changed files with 32 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.7](https://github.com/hans00/fastWS/compare/v2.5.6...v2.5.7) (2022-08-03)


### Bug Fixes

* **Server:** correct Content-Range implement ([7e37844](https://github.com/hans00/fastWS/commit/7e378446655de4754b412974503cc619a25774af))



## [2.5.6](https://github.com/hans00/fastWS/compare/v0.1.0...v2.6.0) (2022-07-29)


Expand Down
8 changes: 8 additions & 0 deletions benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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.6",
"version": "2.5.7",
"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.6",
"fast-ws-server": "^2.5.7",
"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.6",
"version": "2.5.7",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **Server:** correct Content-Range implement ([7e37844](https://github.com/hans00/fastWS/commit/7e378446655de4754b412974503cc619a25774af))
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.6",
"version": "2.5.7",
"description": "A simple Node.js server based on uWebSockets",
"main": "js/index.js",
"engines": {
Expand Down

0 comments on commit 3b732be

Please sign in to comment.