Skip to content

Commit f175ac3

Browse files
sn0wcatxcelerator-bot
authored andcommitted
chore: release to 3.6.2 🎉 (#53)
* chore: update to 3.6.1 * 3.6.2 chore: release 🎉 * fix: package-json
1 parent 019089e commit f175ac3

File tree

4 files changed

+35
-46
lines changed

4 files changed

+35
-46
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.6.2 (Vienna Jungle Cats) - September 2019
4+
5+
## Bugfixes 3.6.2
6+
7+
- Fixed problem with cached agent configuration which was preventing redeployments.
8+
39
## 3.6.1 (Vienna Jungle Cats) - July 2019 - Recovery
410

511
## Bugfixes 3.6.1

package-lock.json

Lines changed: 26 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mindconnect/node-red-contrib-mindconnect",
3-
"version": "3.6.1",
3+
"version": "3.6.2",
44
"description": "node red mindconnect node using mindconnect-nodejs library.",
55
"main": "index.js",
66
"scripts": {
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
"dependencies": {
60-
"@mindconnect/mindconnect-nodejs": "^3.6.0",
60+
"@mindconnect/mindconnect-nodejs": "^3.6.1",
6161
"ajv": "^6.10.2",
6262
"debug": "^4.1.1",
6363
"node-fetch": "^2.6.0"

src/mindconnect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
&nbsp;&nbsp;<a href="https://opensource.mindsphere.io/docs/node-red-contrib-mindconnect/index.html" target="_new" class="headerLink" title="Documentation">
88
<i class="fa fa-globe"></i> MindConnect Node-RED Agent
99
</a>
10-
</span> <span style="color:#aaaaaa">v3.6.1</span>
10+
</span> <span style="color:#aaaaaa">v3.6.2</span>
1111
</div>
1212

1313
<div class="form-row">

0 commit comments

Comments
 (0)