This commit is contained in:
balenaCI 2023-05-24 10:30:21 +00:00
parent 3ab8f7500e
commit ba1f17d537
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 22 additions and 4 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Fix device int & os initialize failing to initialize the drive list
hash: 0a25bec01056f1653936f17722c15a4af79808eb
body: ""
footer:
Resolves: "#2627"
resolves: "#2627"
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 16.2.5
title: ""
date: 2023-05-24T10:30:19.237Z
- commits:
- subject: Remove extra request when filling the application selection list
hash: 46aa08c953e0d5e95b276a638a6185216e4c3327

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/).
## 16.2.5 - 2023-05-24
* Fix device int & os initialize failing to initialize the drive list [Thodoris Greasidis]
## 16.2.4 - 2023-05-23
* Remove extra request when filling the application selection list [Thodoris Greasidis]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "16.2.4",
"version": "16.2.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "16.2.4",
"version": "16.2.5",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "16.2.4",
"version": "16.2.5",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -285,6 +285,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-05-23T20:31:26.112Z"
"publishedAt": "2023-05-24T10:30:20.201Z"
}
}