mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-26 22:10:11 +00:00
v20.2.8
This commit is contained in:
parent
e01184080f
commit
666ce876e6
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: Update balena-config-json dependency and fix test
|
||||
hash: 93039b010db15fbf1c0d17d4ed8f0db554064de4
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Ken Bannister <kb2ma@runbox.com>
|
||||
signed-off-by: Ken Bannister <kb2ma@runbox.com>
|
||||
author: Ken Bannister
|
||||
nested: []
|
||||
version: 20.2.8
|
||||
title: ""
|
||||
date: 2025-02-26T00:22:14.010Z
|
||||
- commits:
|
||||
- subject: Use the CLI version in the X-Balena-Client header
|
||||
hash: bef5221ed891db12a0b760f12fc9654e2f4e241b
|
||||
|
@ -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.2.8 - 2025-02-26
|
||||
|
||||
* Update balena-config-json dependency and fix test [Ken Bannister]
|
||||
|
||||
## 20.2.7 - 2025-02-25
|
||||
|
||||
* Use the CLI version in the X-Balena-Client header [Thodoris Greasidis]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "20.2.7",
|
||||
"version": "20.2.8",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "20.2.7",
|
||||
"version": "20.2.8",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "20.2.7",
|
||||
"version": "20.2.8",
|
||||
"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": "2025-02-25T20:21:01.544Z"
|
||||
"publishedAt": "2025-02-26T00:22:14.911Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user