This commit is contained in:
Resin CI 2019-08-06 12:23:48 +03:00
parent 9f610a521e
commit 9977451b07
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Support headless remote builds
hash: 67a4e88e4482292dd0ca0748a843424a1d90dac4
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
version: 11.7.5
date: 2019-08-06T07:48:04.349Z
- commits:
- subject: Update unzip2 dependency
hash: f9fc8fd2e8bfd94ca4f0777599565475a7ad25d5

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/).
## 11.7.5 - 2019-08-06
* Support headless remote builds [Cameron Diver]
## 11.7.4 - 2019-08-01
* Update unzip2 dependency [Gergely Imreh]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.7.4",
"version": "11.7.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.7.4",
"version": "11.7.5",
"description": "The official balena CLI tool",
"main": "./build/actions/index.js",
"homepage": "https://github.com/balena-io/balena-cli",