This commit is contained in:
Balena CI 2020-08-05 16:20:06 +03:00 committed by VersionBot
parent 6363fd3562
commit 4334847d29
5 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Fix device-tag fetching function
hash: aa823c1cfca7a026b1c4cf3580e690625fee0d58
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
nested: []
version: 11.12.2
date: 2020-08-05T12:33:50.608Z
- commits:
- subject: Update resumable-request
hash: abf5cac4a3d784a6ad1f545f14b15b5149f13afa

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.12.2
## (2020-08-05)
* Fix device-tag fetching function [Cameron Diver]
# v11.12.1
## (2020-08-05)

View File

@ -1 +1 @@
11.12.1
11.12.2

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "11.12.1",
"version": "11.12.2",
"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.12.1",
"version": "11.12.2",
"license": "Apache-2.0",
"repository": {
"type": "git",