v11.30.16

This commit is contained in:
Balena CI 2020-04-07 21:43:29 +03:00
parent cf87ca95a0
commit f72d78954d
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Minor grammar fix in balena ssh documentation
hash: a50ca78eef904b6e08b46788f6a7b3dc3710bb52
body: |
Minor grammar fix in balena ssh documentation
footer:
Change-type: patch
change-type: patch
Signed-off-by: Hugh Brown <hugh@balena.io>
signed-off-by: Hugh Brown <hugh@balena.io>
author: Hugh Brown
version: 11.30.16
date: 2020-04-07T17:16:13.622Z
- commits:
- subject: 'Convert `internal scandevices`, `internal osinit` to typescript & oclif'
hash: bc3fe296243a2e7d49e707b520f923f161205d9d

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.30.16 - 2020-04-07
* Minor grammar fix in balena ssh documentation [Hugh Brown]
## 11.30.15 - 2020-04-03
* Convert `internal scandevices`, `internal osinit` to typescript & oclif [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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