mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v20.1.1
This commit is contained in:
parent
45f482fad1
commit
5a8d2fad5f
@ -1,3 +1,16 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update @balena/lint to v9.1.3
|
||||||
|
hash: c0e7ae9c915d147faab215226d2fd04c35c72176
|
||||||
|
body: |
|
||||||
|
Update @balena/lint from 8.0.0 to 9.1.3
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Otavio Jacobi
|
||||||
|
nested: []
|
||||||
|
version: 20.1.1
|
||||||
|
title: ""
|
||||||
|
date: 2024-12-16T17:36:39.581Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "`device os-update`: Add handling for updates that require takeover"
|
- subject: "`device os-update`: Add handling for updates that require takeover"
|
||||||
hash: 703dbd01c952474f28cbe3105a5ebaa41b4a0566
|
hash: 703dbd01c952474f28cbe3105a5ebaa41b4a0566
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
## 20.1.1 - 2024-12-16
|
||||||
|
|
||||||
|
* Update @balena/lint to v9.1.3 [Otavio Jacobi]
|
||||||
|
|
||||||
## 20.1.0 - 2024-12-12
|
## 20.1.0 - 2024-12-12
|
||||||
|
|
||||||
* `device os-update`: Add handling for updates that require takeover [myarmolinsky]
|
* `device os-update`: Add handling for updates that require takeover [myarmolinsky]
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "20.1.0",
|
"version": "20.1.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "20.1.0",
|
"version": "20.1.1",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "20.1.0",
|
"version": "20.1.1",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
@ -274,6 +274,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2024-12-12T14:17:16.574Z"
|
"publishedAt": "2024-12-16T17:36:40.510Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user