diff --git a/CHANGELOG.md b/CHANGELOG.md index b53e7d52..aa830f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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. + +## [1.3.2](https://github.com/biancode/node-red-contrib-iiot-opcua/compare/v1.3.1...v1.3.2) (2018-01-09) + + + # [1.3.1](https://github.com/biancode/node-red-contrib-iiot-opcua/compare/v1.2.1...v1.3.1) (2018-01-07) diff --git a/package.json b/package.json index 4350b3f9..3842f879 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-iiot-opcua", - "version": "1.3.1", + "version": "1.3.2", "private": false, "description": "The next evolution IoT/IIoT OPC UA toolbox package for Node-RED based on node-opcua.", "repository": { @@ -71,6 +71,8 @@ "release": "standard-version" }, "files": [ + "docs", + "examples", "opcuaIIoT" ], "devDependencies": {