Skip to content
This repository was archived by the owner on Jul 15, 2022. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: balena-io-examples/google-iot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6efde092dbc12b77861acb0ce64f1be1d09e1465
Choose a base ref
..
head repository: balena-io-examples/google-iot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a79a9e7e3dad486f94d6708b6387e30fcbd9b0ef
Choose a head ref
Showing with 12 additions and 3 deletions.
  1. +6 −0 CHANGELOG.md
  2. +1 −1 package-lock.json
  3. +5 −2 package.json
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

# v0.0.7
## (2022-07-14)

* Add no-op test script for builders [Ken Bannister]
* Add forwarding message to docs and repos. [Ken Bannister]

# v0.0.6
## (2021-07-01)

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "balena-google-iotcore",
"private": true,
"version": "0.0.6",
"version": "0.0.7",
"description": "Sample project showcasing Google IoT Core integration with balena",
"main": "index.js",
"dependencies": {
@@ -32,5 +32,8 @@
"bugs": {
"url": "https://github.com/balena-io-projects/google-iot/issues"
},
"homepage": "https://github.com/balena-io-projects/google-iot#readme"
"homepage": "https://github.com/balena-io-projects/google-iot#readme",
"versionist": {
"publishedAt": "2022-07-14T11:42:01.687Z"
}
}