Skip to content

Commit

Permalink
chore(release): 3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
biancode committed Mar 17, 2019
1 parent 9b3cb60 commit c36fd32
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.10.2](https://github.com/BiancoRoyal/node-red-contrib-iiot-opcua/compare/v3.10.0...v3.10.2) (2019-03-17)


### Bug Fixes

* comment unused todo ([2c7ad46](https://github.com/BiancoRoyal/node-red-contrib-iiot-opcua/commit/2c7ad46))
* issue [#89](https://github.com/BiancoRoyal/node-red-contrib-iiot-opcua/issues/89) by checking time interval to pass Int32 stream of node-opcua ([d9be2ce](https://github.com/BiancoRoyal/node-red-contrib-iiot-opcua/commit/d9be2ce))
* server individual certificates control ([a41f529](https://github.com/BiancoRoyal/node-red-contrib-iiot-opcua/commit/a41f529))
* server LDS options and individual server certs ([dc1ea0d](https://github.com/BiancoRoyal/node-red-contrib-iiot-opcua/commit/dc1ea0d))



## [3.10.1](https://github.com/BiancoRoyal/node-red-contrib-iiot-opcua/compare/v3.10.0...v3.10.1) (2019-03-16)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-iiot-opcua",
"version": "3.10.1",
"version": "3.10.2",
"description": "The next evolution IoT/IIoT OPC UA toolbox package for Node-RED based on node-opcua.",
"repository": {
"type": "git",
Expand All @@ -12,8 +12,7 @@
"debug": "4.1.0",
"easy-table": "1.1.1",
"es6-map": "0.1.5",
"node-opcua": "0.6.0",
"node-opcua-isa95": "0.1.0",
"node-opcua": "0.7.0",
"source-map-support": "0.5.11",
"stately.js": "1.3.0",
"treeify": "1.1.0",
Expand Down

0 comments on commit c36fd32

Please sign in to comment.