mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v18.1.1
This commit is contained in:
parent
aed50480c3
commit
42dd732f68
@ -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
|
||||
|
@ -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
4
npm-shrinkwrap.json
generated
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user