@flowfuse/nr-mqtt-nodes 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 0.2.1 Release
2
+
3
+ - Update homepage URL in package.json to public facing documentation (#44) @Steve-Mcl
4
+
1
5
  ### 0.2.0 Release
2
6
 
3
7
  - Update MQTT to v5 (#39) @Steve-Mcl
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-mqtt-nodes",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "MQTT nodes for FlowFuse",
5
5
  "main": "nodes/ff-mqtt.js",
6
6
  "scripts": {
@@ -19,7 +19,7 @@
19
19
  "bugs": {
20
20
  "url": "https://github.com/FlowFuse/nr-mqtt-nodes/issues"
21
21
  },
22
- "homepage": "https://github.com/FlowFuse/nr-mqtt-nodes#readme",
22
+ "homepage": "https://flowfuse.com/node-red/flowfuse/ai/",
23
23
  "dependencies": {
24
24
  "got": "^11.8.6",
25
25
  "http-proxy-agent": "^7.0.2",