mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 13:26:24 +00:00
v20.0.1
This commit is contained in:
parent
60b46192a2
commit
6565ef4392
@ -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
|
||||
|
@ -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
4
npm-shrinkwrap.json
generated
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user