mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-19 03:06:29 +00:00
v11.7.6
This commit is contained in:
parent
bf722f61c7
commit
35110e0610
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Fix incorrect start command in contributing document
|
||||
hash: 08e8151b1fbbf3c91b810396c8b4dcdbb33f3d3e
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Lucian <lucian.buzzo@gmail.com>
|
||||
signed-off-by: Lucian <lucian.buzzo@gmail.com>
|
||||
author: Lucian
|
||||
version: 11.7.6
|
||||
date: 2019-08-07T08:22:18.780Z
|
||||
- commits:
|
||||
- subject: Support headless remote builds
|
||||
hash: 67a4e88e4482292dd0ca0748a843424a1d90dac4
|
||||
|
@ -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.6 - 2019-08-07
|
||||
|
||||
* Fix incorrect start command in contributing document [Lucian]
|
||||
|
||||
## 11.7.5 - 2019-08-06
|
||||
|
||||
* Support headless remote builds [Cameron Diver]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.7.5",
|
||||
"version": "11.7.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.7.5",
|
||||
"version": "11.7.6",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/actions/index.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user