This commit is contained in:
Resin CI 2019-03-28 16:47:23 +02:00
parent 6fe04f8a0e
commit efdd3e817b
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Parallelise cache pulling for builds
hash: 9af416c7c01a70feb2c67b625ad45b8dce6dbc4f
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 9.12.3
date: 2019-03-28T14:15:13.930Z
- commits:
- subject: Fix typo in delta request error message
hash: 175cbfee500332b47d55350c7a5c89eae211be06

View File

@ -4,6 +4,10 @@ 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/).
## 9.12.3 - 2019-03-28
* Parallelise cache pulling for builds [Pagan Gazzard]
## 9.12.2 - 2019-03-28
* Fix typo in delta request error message [Cameron Diver]

2
package-lock.json generated
View File

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