This commit is contained in:
Balena CI 2020-07-28 17:28:54 +03:00 committed by VersionBot
parent 29854f8737
commit d1f46a59f7
4 changed files with 26 additions and 2 deletions

View File

@ -1,3 +1,22 @@
- commits:
- subject: 'devices supported: Rename ''BETA'' to ''NEW'' in verbose output'
hash: 7eb398c6ef6c50c98189aa17e0156fa4f67d0bc6
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: 'os download: Improve warning message re default balenaOS version'
hash: 9ed3bb2f70c813a410d6df2b99eda91bb1351d3b
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.9.2
date: 2020-07-28T13:44:31.018Z
- commits:
- subject: 'Convert `os initialize` to oclif, typescript'
hash: b7c74598b2efec263679bc351cf39284555c3f90

View File

@ -4,6 +4,11 @@ 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/).
## 12.9.2 - 2020-07-28
* devices supported: Rename 'BETA' to 'NEW' in verbose output [Paulo Castro]
* os download: Improve warning message re default balenaOS version [Paulo Castro]
## 12.9.1 - 2020-07-16
* Convert `os initialize` to oclif, typescript [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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