mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v11.7.5
This commit is contained in:
parent
9f610a521e
commit
9977451b07
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.7.4",
|
||||
"version": "11.7.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user