This commit is contained in:
Resin CI 2019-07-09 18:30:13 +03:00
parent 636ec2a8f2
commit e41ea6fb1a
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Add os.sshKeys to generateBaseConfig
hash: 9eae9dcee348d270a35da415151e286c0bb38bf1
body: ''
footer:
Change-type: minor
change-type: minor
author: Michel Wohlert
version: 11.6.0
date: 2019-07-09T14:54:03.093Z
- commits:
- subject: Add release target in repo.yml
hash: 32e72c832f10f96048fda9f2d532bfbb49c632c0

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.0 - 2019-07-09
* Add os.sshKeys to generateBaseConfig [Michel Wohlert]
## 11.5.0 - 2019-07-05
* Add release target in repo.yml [Giovanni Garufi]

2
npm-shrinkwrap.json generated
View File

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

View File

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