This commit is contained in:
Balena CI 2020-09-03 17:36:15 +03:00 committed by VersionBot
parent ef7bb8f92e
commit 13241bf6e7
5 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Add device system information to state endpoint patch
hash: f305a333ba70e90d098decdf81c220bfcbeec899
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
nested: []
version: 11.14.0
date: 2020-09-03T13:43:00.299Z
- commits:
- subject: added support for configuring ODMDATA
hash: 662826d3495f551a5451395d0eb6660bfb65b599

View File

@ -4,6 +4,11 @@ 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/).
# v11.14.0
## (2020-09-03)
* Add device system information to state endpoint patch [Cameron Diver]
# v11.13.0
## (2020-08-29)

View File

@ -1 +1 @@
11.13.0
11.14.0

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "11.13.0",
"version": "11.14.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "balena-supervisor",
"description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.",
"version": "11.13.0",
"version": "11.14.0",
"license": "Apache-2.0",
"repository": {
"type": "git",