This commit is contained in:
Resin CI 2019-07-15 18:17:55 +03:00
parent df22d42412
commit 9a270539c6
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: >-
Remove BETA suffix from Windows and macOS installers, and update
INSTALL.md
hash: 49a7eb30c0d0df887a86aa0a80d673c0548bb141
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
version: 11.6.1
date: 2019-07-15T15:02:06.574Z
- commits:
- subject: Add os.sshKeys to generateBaseConfig
hash: 9eae9dcee348d270a35da415151e286c0bb38bf1

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.6.1 - 2019-07-15
* Remove BETA suffix from Windows and macOS installers, and update INSTALL.md [Paulo Castro]
## 11.6.0 - 2019-07-09
* Add os.sshKeys to generateBaseConfig [Michel Wohlert]

2
npm-shrinkwrap.json generated
View File

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

View File

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