mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v16.2.4
This commit is contained in:
parent
61844f2386
commit
01e765e670
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: Remove extra request when filling the application selection list
|
||||
hash: 46aa08c953e0d5e95b276a638a6185216e4c3327
|
||||
body: |
|
||||
Saves one request of about 450ms on the
|
||||
init and move commands.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Thodoris Greasidis
|
||||
nested: []
|
||||
version: 16.2.4
|
||||
title: ""
|
||||
date: 2023-05-23T20:31:24.681Z
|
||||
- commits:
|
||||
- subject: Use stricter typings
|
||||
hash: 1a6fe1f3de8cf8e741dabbd57b5e81366bd73054
|
||||
|
@ -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.4 - 2023-05-23
|
||||
|
||||
* Remove extra request when filling the application selection list [Thodoris Greasidis]
|
||||
|
||||
## 16.2.3 - 2023-05-23
|
||||
|
||||
* Use stricter typings [Thodoris Greasidis]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "16.2.3",
|
||||
"version": "16.2.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "16.2.3",
|
||||
"version": "16.2.4",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "16.2.3",
|
||||
"version": "16.2.4",
|
||||
"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-23T19:46:45.951Z"
|
||||
"publishedAt": "2023-05-23T20:31:26.112Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user