v11.30.17

This commit is contained in:
Balena CI 2020-04-10 00:05:24 +03:00
parent 68fa831843
commit 7f79451376
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: 'Convert commands join, leave to oclif.'
hash: 3aa72dde4c5925e7a1aa9c7f1f3ad7fbabcdced6
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.30.17
date: 2020-04-09T18:53:44.244Z
- commits: - commits:
- subject: Minor grammar fix in balena ssh documentation - subject: Minor grammar fix in balena ssh documentation
hash: a50ca78eef904b6e08b46788f6a7b3dc3710bb52 hash: a50ca78eef904b6e08b46788f6a7b3dc3710bb52

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 11.30.17 - 2020-04-09
* Convert commands join, leave to oclif. [Scott Lowe]
## 11.30.16 - 2020-04-07 ## 11.30.16 - 2020-04-07
* Minor grammar fix in balena ssh documentation [Hugh Brown] * Minor grammar fix in balena ssh documentation [Hugh Brown]

2
npm-shrinkwrap.json generated
View File

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

View File

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