mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
v20.0.6
This commit is contained in:
parent
92fd9e0883
commit
5d7b7cfc6f
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Refactor balena build for clarity
|
||||||
|
hash: 6155509f4cce06d6bd4ba2f3f3cf2b5e28d2e685
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
version: 20.0.6
|
||||||
|
title: ""
|
||||||
|
date: 2024-11-08T08:10:08.612Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update actions/upload-artifact digest to b4b15b8
|
- subject: Update actions/upload-artifact digest to b4b15b8
|
||||||
hash: bcb42c8a21556619151c8c733b1462011add1d4d
|
hash: bcb42c8a21556619151c8c733b1462011add1d4d
|
||||||
|
@ -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.0.6 - 2024-11-08
|
||||||
|
|
||||||
|
* Refactor balena build for clarity [Thodoris Greasidis]
|
||||||
|
|
||||||
## 20.0.5 - 2024-11-05
|
## 20.0.5 - 2024-11-05
|
||||||
|
|
||||||
* Update actions/upload-artifact digest to b4b15b8 [balena-renovate[bot]]
|
* Update actions/upload-artifact digest to b4b15b8 [balena-renovate[bot]]
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "20.0.5",
|
"version": "20.0.6",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "20.0.5",
|
"version": "20.0.6",
|
||||||
"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.0.5",
|
"version": "20.0.6",
|
||||||
"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-11-05T10:12:23.858Z"
|
"publishedAt": "2024-11-08T08:10:09.471Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user