Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiask88 committed May 30, 2021
1 parent ca795d7 commit 486a9da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ dist: trusty
language: node_js

node_js:
- "16"
- "15"
- "14"
- "12"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@
[![AppVeyor](https://img.shields.io/appveyor/ci/mathiask88/node-snap7.svg?logo=appveyor&label=)](https://ci.appveyor.com/project/mathiask88/node-snap7)
[![npm](https://img.shields.io/npm/dm/node-snap7.svg?label=dl)](https://www.npmjs.com/package/node-snap7)

**Current node-snap7 version:** 1.0.5\
**Current node-snap7 version:** 1.0.6\
**Current snap7 version:** 1.4.2

**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).\
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -4,6 +4,7 @@ environment:
# Test against these versions of Node.js
matrix:
# node.js
- nodejs_version: "16"
- nodejs_version: "15"
- nodejs_version: "14"
- nodejs_version: "12"
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "node-snap7",
"main": "./lib/node-snap7.js",
"version": "1.0.5",
"version": "1.0.6",
"description": "Native node.js addon/wrapper for snap7",
"homepage": "https://github.com/mathiask88/node-snap7",
"repository": {
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"nan": "~2.14.1",
"bindings": "~1.5.0",
"prebuild-install": "^5.3.5"
"prebuild-install": "^6.1.2"
},
"devDependencies": {
"prebuild": "^10.0.0",
Expand Down

0 comments on commit 486a9da

Please sign in to comment.