Skip to content

Commit

Permalink
README typo fix, server version increment | 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WarstekHUN committed Dec 27, 2023
1 parent f65372a commit 113d449
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# v2.0.5

* Version increase because of server-side
* README typo fix
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ZilaWS is a blazingly fast and very lightweight library that provides an extreme

## Looking for the [zilaws-server](https://www.npmjs.com/package/zilaws-server) package?</h2>

ZilaWS can establish WS connection to a non zilaws server, but won't work as expected.
ZilaWS can establish WS connection to a non-zilaws server, but won't work as expected.

## Waiters

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "zilaws-client",
"version": "2.0.5",
"version": "2.1.0",
"description": "ZilaWS is a blazingly fast and very lightweight library that provides an extremely easy-to-use way to transmit data via websockets between client-side and server-side using eventhandlers and async waiters.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 113d449

Please sign in to comment.