This commit is contained in:
flowzone-app[bot] 2024-03-13 13:49:11 +00:00 committed by GitHub
parent 3294f78b00
commit 556e50c87c
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: Move macos binary signing to oclif pretarball lifecycle
hash: 7f11805a7fdd9dbfebae198321bfd0640769092b
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 18.1.2
title: ""
date: 2024-03-13T13:49:08.000Z
- commits:
- subject: Remove patching tmp for windows runners
hash: 6515d6ae10ea9bb43793ebfc3843150bce6e8864

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.2 - 2024-03-13
* Move macos binary signing to oclif pretarball lifecycle [Otavio Jacobi]
## 18.1.1 - 2024-03-12
* Remove patching tmp for windows runners [Otavio Jacobi]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.1.1",
"version": "18.1.2",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -288,6 +288,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2024-03-12T17:39:12.206Z"
"publishedAt": "2024-03-13T13:49:08.856Z"
}
}