This commit is contained in:
Resin CI 2019-07-17 23:21:01 +03:00
parent f21dc3e2f4
commit 80917b7198
4 changed files with 18 additions and 2 deletions

View File

@ -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

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.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
View File

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

View File

@ -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",