@flowfuse/nr-tables-nodes 0.1.1 → 0.1.2

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.1.2
2
+
3
+ - Update homepage URL in package.json to public facing documentation (#29) @Steve-Mcl
4
+
1
5
  ### 0.1.1
2
6
 
3
7
  - Use promise catch (#26) @Steve-Mcl
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-tables-nodes",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Nodes for use with the FlowFuse Tables offering, allowing developers to write and run queries against databases inside FlowFuse Tables.",
5
- "homepage": "https://github.com/FlowFuse/nr-tables-nodes#readme",
5
+ "homepage": "https://flowfuse.com/node-red/flowfuse/flowfuse-tables/",
6
6
  "author": {
7
7
  "name": "FlowFuse Inc.",
8
8
  "url": "https://github.com/flowfuse"