mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v11.6.1
This commit is contained in:
parent
df22d42412
commit
9a270539c6
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.6.0",
|
||||
"version": "11.6.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user