This commit is contained in:
flowzone-app[bot] 2024-10-29 11:37:14 +00:00 committed by GitHub
parent 60b46192a2
commit 6565ef4392
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix sending input to some aliases not working
hash: 48596fa318ae7450c4a5a00d1cb09ccd2d7fcc26
body: ""
footer:
Change-type: patch
change-type: patch
author: myarmolinsky
nested: []
version: 20.0.1
title: ""
date: 2024-10-29T11:37:10.421Z
- commits:
- subject: "`device update`: Use detached HUP for os updates"
hash: 4b3fdcf99c1dfa2dfe699d5ee1bdf9ee34338ca9

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/).
## 20.0.1 - 2024-10-29
* Fix sending input to some aliases not working [myarmolinsky]
## 20.0.0 - 2024-10-25
* `device update`: Use detached HUP for os updates [jaomaloy]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "20.0.0",
"version": "20.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "20.0.0",
"version": "20.0.1",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "20.0.0",
"version": "20.0.1",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -273,6 +273,6 @@
}
},
"versionist": {
"publishedAt": "2024-10-25T17:33:37.936Z"
"publishedAt": "2024-10-29T11:37:11.260Z"
}
}