Skip to content

Commit

Permalink
Release 1.2.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat authored Sep 20, 2022
1 parent 0f3e2fd commit ff3ee6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.0
* Client specific protocol versions (#14)
* Allow servers to accept older RakNet protocol version clients

## 1.1.0
* Fixes an issue with client/server receiving packets after calling close(), mitigate lifetime issue
* Mitigates some potential race conditions in packet handling
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raknet-native",
"version": "1.1.0",
"version": "1.2.0",
"description": "Native bindings for RakNet",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ff3ee6c

Please sign in to comment.