Skip to content

Commit f6f3f39

Browse files
committed
v0.3.6
1 parent a9bb536 commit f6f3f39

5 files changed

Lines changed: 34 additions & 5 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
- commits:
2+
- subject: Ancillary fixups
3+
hash: a495ed2bdb1d9a62f9cf457358b2de5e3ed4fd60
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
Signed-off-by: Ken Bannister <kb2ma@runbox.com>
9+
signed-off-by: Ken Bannister <kb2ma@runbox.com>
10+
author: Ken Bannister
11+
nested: []
12+
- subject: Designate project as a block type
13+
hash: 8e49eef05469aefa91af052620840f4140f46abc
14+
body: ""
15+
footer:
16+
Change-type: patch
17+
change-type: patch
18+
Signed-off-by: Ken Bannister <kb2ma@runbox.com>
19+
signed-off-by: Ken Bannister <kb2ma@runbox.com>
20+
author: Ken Bannister
21+
nested: []
22+
version: 0.3.6
23+
title: ""
24+
date: 2023-04-14T14:05:20.113Z
125
- commits:
226
- subject: Timeout if MQTT connect to GCP does not respond
327
hash: 09dfd1206a33a67058e728b3afe71ee92a4b96c8

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 0.3.6 - 2023-04-14
8+
9+
* Ancillary fixups [Ken Bannister]
10+
* Designate project as a block type [Ken Bannister]
11+
712
## 0.3.5 - 2023-03-18
813

914
* Timeout if MQTT connect to GCP does not respond [Ken Bannister]

balena.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ data:
2121
- raspberrypi3
2222
- genericx86-64-ext
2323
- intel-nuc
24-
version: 0.3.5
24+
version: 0.3.6

package-lock.json

Lines changed: 2 additions & 2 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": "cloud-relay",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "balenaBlock to push data from IoT device to cloud provider",
55
"main": "index.js",
66
"type": "module",
@@ -29,6 +29,6 @@
2929
},
3030
"homepage": "https://github.com/balena-io-examples/cloud-relay",
3131
"versionist": {
32-
"publishedAt": "2023-03-18T00:46:40.173Z"
32+
"publishedAt": "2023-04-14T14:05:20.231Z"
3333
}
3434
}

0 commit comments

Comments
 (0)