diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d4128..b83d12c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +#### 2.13.0: Release + + #### 2.12.0: Release - Bump flowfuse/github-actions-workflows from 0.37.0 to 0.38.0 (#160) diff --git a/package-lock.json b/package-lock.json index 087982a..ca84659 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@flowfuse/driver-localfs", - "version": "2.12.0", + "version": "2.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@flowfuse/driver-localfs", - "version": "2.12.0", + "version": "2.13.0", "license": "Apache-2.0", "dependencies": { - "@flowfuse/nr-launcher": "^2.12.0", + "@flowfuse/nr-launcher": "^2.13.0", "form-data": "^4.0.0", "got": "^11.8.5", "semver": "^7.3.8" @@ -157,9 +157,9 @@ } }, "node_modules/@flowfuse/nr-launcher": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/@flowfuse/nr-launcher/-/nr-launcher-2.12.0.tgz", - "integrity": "sha512-zQEdWVvN20hHouBgBTgaXS/RrTLwqZLzUDgegrcaJLUx2Hw9mtu81Q61jPjaQJW6Q07TiylfwMzyZm4uE4G9sg==", + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/@flowfuse/nr-launcher/-/nr-launcher-2.13.0.tgz", + "integrity": "sha512-8EIH9CdRVWdYauYu56iAn42iMnSnglbV0q6M6eflmVC9ZP3OnClOne2ISCsmaXBxEJR5vA3c9Zk94rz9jFWn+g==", "dependencies": { "@flowfuse/nr-assistant": "^0.1.3", "@flowfuse/nr-file-nodes": "^0.0.8", @@ -4417,9 +4417,9 @@ } }, "@flowfuse/nr-launcher": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/@flowfuse/nr-launcher/-/nr-launcher-2.12.0.tgz", - "integrity": "sha512-zQEdWVvN20hHouBgBTgaXS/RrTLwqZLzUDgegrcaJLUx2Hw9mtu81Q61jPjaQJW6Q07TiylfwMzyZm4uE4G9sg==", + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/@flowfuse/nr-launcher/-/nr-launcher-2.13.0.tgz", + "integrity": "sha512-8EIH9CdRVWdYauYu56iAn42iMnSnglbV0q6M6eflmVC9ZP3OnClOne2ISCsmaXBxEJR5vA3c9Zk94rz9jFWn+g==", "requires": { "@flowfuse/nr-assistant": "^0.1.3", "@flowfuse/nr-file-nodes": "^0.0.8", diff --git a/package.json b/package.json index 3d35cbc..4e46f54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flowfuse/driver-localfs", - "version": "2.12.0", + "version": "2.13.0", "description": "Local Filesystem FlowFuse Project driver", "main": "localfs.js", "scripts": { @@ -21,7 +21,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@flowfuse/nr-launcher": "^2.12.0", + "@flowfuse/nr-launcher": "^2.13.0", "form-data": "^4.0.0", "got": "^11.8.5", "semver": "^7.3.8"