mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +00:00
v18.1.0
This commit is contained in:
parent
eee8a0ecca
commit
7903c82821
@ -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
|
||||
|
@ -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
4
npm-shrinkwrap.json
generated
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user