Skip to content

Commit ec05959

Browse files
balena-ciVersionBot
authored andcommitted
v0.2.8
1 parent d7bf3e1 commit ec05959

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.2.8 - 2022-07-14
8+
9+
* Add balena repo.yml file for node type [Ken Bannister]
10+
711
# v0.2.7
812
## (2022-07-03)
913

balena.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ data:
2424
- raspberrypi3
2525
- genericx86-64-ext
2626
- intel-nuc
27-
version: 0.2.7
27+
version: 0.2.8

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.2.7",
3+
"version": "0.2.8",
44
"description": "balenaBlock to push data from IoT device to cloud provider",
55
"main": "index.js",
66
"type": "module",
@@ -28,6 +28,6 @@
2828
},
2929
"homepage": "https://github.com/balena-io-examples/cloud-relay",
3030
"versionist": {
31-
"publishedAt": "2022-07-03T13:29:41.483Z"
31+
"publishedAt": "2022-07-14T16:42:32.786Z"
3232
}
3333
}

0 commit comments

Comments
 (0)