This commit is contained in:
Balena CI 2020-07-06 13:47:11 +03:00 committed by VersionBot
parent dec92a3d9c
commit d4c513fd41
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Convert `logs` command to oclif
hash: 4cdaf29348ef67f0bd2b0879fb0ce30f6f44bfff
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: 12.5.1
date: 2020-07-06T09:58:07.671Z
- commits: - commits:
- subject: 'config generate, os configure: Add support for mixed arch fleets' - subject: 'config generate, os configure: Add support for mixed arch fleets'
hash: 497023965f6a1a1acd08eb20e4deefc9340a1961 hash: 497023965f6a1a1acd08eb20e4deefc9340a1961

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/).
## 12.5.1 - 2020-07-06
* Convert `logs` command to oclif [Scott Lowe]
## 12.5.0 - 2020-07-03 ## 12.5.0 - 2020-07-03
* config generate, os configure: Add support for mixed arch fleets [Thodoris Greasidis] * config generate, os configure: Add support for mixed arch fleets [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.5.0", "version": "12.5.1",
"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",