mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v18.2.1
This commit is contained in:
parent
47e11d5f9b
commit
10ca5b4f59
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: Use Actuated runners for Linux test and publish
|
||||
hash: 954de13b100bb78680d7797d7c34487eaa5fa2a7
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
author: Kyle Harding
|
||||
nested: []
|
||||
version: 18.2.1
|
||||
title: ""
|
||||
date: 2024-04-23T12:08:51.532Z
|
||||
- commits:
|
||||
- subject: "build: Auto-resolve the cpu arch when the --deviceType is provided"
|
||||
hash: 766e6d4e5e54fed3094cf8906e773869d23dd1f1
|
||||
|
@ -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/).
|
||||
|
||||
## 18.2.1 - 2024-04-23
|
||||
|
||||
* Use Actuated runners for Linux test and publish [Kyle Harding]
|
||||
|
||||
## 18.2.0 - 2024-04-17
|
||||
|
||||
* build: Auto-resolve the cpu arch when the --deviceType is provided [Thodoris Greasidis]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.0",
|
||||
"version": "18.2.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.0",
|
||||
"version": "18.2.1",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.0",
|
||||
"version": "18.2.1",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -287,6 +287,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-04-17T16:13:09.653Z"
|
||||
"publishedAt": "2024-04-23T12:08:52.402Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user