This commit is contained in:
Balena CI 2020-03-31 16:48:09 +03:00
parent abe1b59ebe
commit 364fabd749
5 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Pass in deviceId when fetching device tags
hash: 3c59944ce126570cc814626f20a9d67d6e67ff4d
body: ''
footer:
Change-type: patch
change-type: patch
Closes: '#1237'
closes: '#1237'
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 10.11.2
date: 2020-03-31T11:48:13.361Z
- commits:
- subject: "\U0001F527 Update resin-lint -> balena-lint in lintstaged"
hash: 2433f9a343d26233fff3d5bed14a548feded23ad

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/).
# v10.11.2
## (2020-03-31)
* Pass in deviceId when fetching device tags [Cameron Diver]
# v10.11.1
## (2020-03-30)

View File

@ -1 +1 @@
10.11.1
10.11.2

2
package-lock.json generated
View File

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