This commit is contained in:
flowzone-app[bot] 2024-03-12 17:39:15 +00:00 committed by GitHub
parent aed50480c3
commit 42dd732f68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 22 additions and 4 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Remove patching tmp for windows runners
hash: 6515d6ae10ea9bb43793ebfc3843150bce6e8864
body: ""
footer:
See: https://github.com/balena-io/balena-cli/pull/1298/files#r297236577
see: https://github.com/balena-io/balena-cli/pull/1298/files#r297236577
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 18.1.1
title: ""
date: 2024-03-12T17:39:11.347Z
- commits:
- subject: Add support for macos arm64 builds
hash: 38a2817587030678f316d55828b9ce73481716b8

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/).
## 18.1.1 - 2024-03-12
* Remove patching tmp for windows runners [Otavio Jacobi]
## 18.1.0 - 2024-03-12
* Add support for macos arm64 builds [Otavio Jacobi]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "18.1.0",
"version": "18.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "18.1.0",
"version": "18.1.1",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.1.0",
"version": "18.1.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-03-12T14:21:27.715Z"
"publishedAt": "2024-03-12T17:39:12.206Z"
}
}