mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
v11.7.1
This commit is contained in:
parent
f21dc3e2f4
commit
80917b7198
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: 'chore: fix up small typos, remove gitter link'
|
||||
hash: d92e076829f4478e6201cdd8957576dda3fc3038
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Matthew McGinn <matthew@balena.io>
|
||||
signed-off-by: Matthew McGinn <matthew@balena.io>
|
||||
author: Matthew McGinn
|
||||
version: 11.7.1
|
||||
date: 2019-07-17T19:27:15.972Z
|
||||
- commits:
|
||||
- subject: >-
|
||||
Add "build secrets" and "build variables" support for push/build/deploy
|
||||
|
@ -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.1 - 2019-07-17
|
||||
|
||||
* Chore: fix up small typos, remove gitter link [Matthew McGinn]
|
||||
|
||||
## 11.7.0 - 2019-07-15
|
||||
|
||||
* Add "build secrets" and "build variables" support for push/build/deploy to/on/via balena devices [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.7.0",
|
||||
"version": "11.7.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.7.0",
|
||||
"version": "11.7.1",
|
||||
"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