This commit is contained in:
flowzone-app[bot] 2024-03-12 14:21:30 +00:00 committed by GitHub
parent eee8a0ecca
commit 7903c82821
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Add support for macos arm64 builds
hash: 38a2817587030678f316d55828b9ce73481716b8
body: ""
footer:
Change-type: minor
change-type: minor
author: Otavio Jacobi
nested: []
version: 18.1.0
title: ""
date: 2024-03-12T14:21:26.866Z
- commits:
- subject: Update dependencies
hash: 756f6b328b10f3f5bfffbcca8078a2ad03c99287

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.0 - 2024-03-12
* Add support for macos arm64 builds [Otavio Jacobi]
## 18.0.4 - 2024-03-11
* Update dependencies [Otavio Jacobi]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.0.4",
"version": "18.1.0",
"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-11T22:19:05.592Z"
"publishedAt": "2024-03-12T14:21:27.715Z"
}
}