Skip to content

Commit

Permalink
Release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat committed Dec 25, 2021
1 parent fdd9318 commit 1a29c37
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.0.8
* fix set maximum incoming connections bug. (#6) (@b23r0)

## 1.0.7
* Remove `segfault-handler` dependency

## 1.0.6
* Fix issue with finding prebuilds

## 1.0.4
* only build static raknet library

## 1.0.2
* Be more conservative with prebuild usage [#3](https://github.com/extremeheat/node-raknet-native/pull/3)

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.0.7",
"version": "1.0.8",
"description": "Native bindings for RakNet",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1a29c37

Please sign in to comment.