Skip to content

Commit 486a9da

Browse files
committed
1.0.6
1 parent ca795d7 commit 486a9da

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ dist: trusty
33
language: node_js
44

55
node_js:
6+
- "16"
67
- "15"
78
- "14"
89
- "12"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![AppVeyor](https://img.shields.io/appveyor/ci/mathiask88/node-snap7.svg?logo=appveyor&label=)](https://ci.appveyor.com/project/mathiask88/node-snap7)
77
[![npm](https://img.shields.io/npm/dm/node-snap7.svg?label=dl)](https://www.npmjs.com/package/node-snap7)
88

9-
**Current node-snap7 version:** 1.0.5\
9+
**Current node-snap7 version:** 1.0.6\
1010
**Current snap7 version:** 1.4.2
1111

1212
**In my spare time I am working on a [node-addon-api](https://github.com/nodejs/node-addon-api) rewrite and want to switch from [prebuild-install](https://github.com/prebuild/prebuild-install) to [prebuildify](https://github.com/prebuild/prebuildify).\

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ environment:
44
# Test against these versions of Node.js
55
matrix:
66
# node.js
7+
- nodejs_version: "16"
78
- nodejs_version: "15"
89
- nodejs_version: "14"
910
- nodejs_version: "12"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-snap7",
33
"main": "./lib/node-snap7.js",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"description": "Native node.js addon/wrapper for snap7",
66
"homepage": "https://github.com/mathiask88/node-snap7",
77
"repository": {
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"nan": "~2.14.1",
2727
"bindings": "~1.5.0",
28-
"prebuild-install": "^5.3.5"
28+
"prebuild-install": "^6.1.2"
2929
},
3030
"devDependencies": {
3131
"prebuild": "^10.0.0",

0 commit comments

Comments
 (0)