mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-13 22:22:58 +00:00
v11.30.16
This commit is contained in:
parent
cf87ca95a0
commit
f72d78954d
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.30.15",
|
||||
"version": "11.30.16",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user