This commit is contained in:
flowzone-app[bot] 2024-12-16 17:36:44 +00:00 committed by GitHub
parent 45f482fad1
commit 5a8d2fad5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 21 additions and 4 deletions

View File

@ -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:
- subject: "`device os-update`: Add handling for updates that require takeover"
hash: 703dbd01c952474f28cbe3105a5ebaa41b4a0566

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.1.1 - 2024-12-16
* Update @balena/lint to v9.1.3 [Otavio Jacobi]
## 20.1.0 - 2024-12-12
* `device os-update`: Add handling for updates that require takeover [myarmolinsky]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "20.1.0",
"version": "20.1.1",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -274,6 +274,6 @@
}
},
"versionist": {
"publishedAt": "2024-12-12T14:17:16.574Z"
"publishedAt": "2024-12-16T17:36:40.510Z"
}
}