This commit is contained in:
flowzone-app[bot] 2024-03-07 19:40:27 +00:00 committed by GitHub
parent bacb55a1ea
commit 5371fea588
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: Remove no longer needed windows oclif patches
hash: ecfd4a260e4734c768480b98d05cee08f366a672
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 18.0.2
title: ""
date: 2024-03-07T19:40:22.571Z
- commits:
- subject: Fix windows signing
hash: 2e061845ae01fd6d3aa10c97bf8a68a8dba5dfd9

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.0.2 - 2024-03-07
* Remove no longer needed windows oclif patches [Otavio Jacobi]
## 18.0.1 - 2024-03-07
* Fix windows signing [Otavio Jacobi]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.0.1",
"version": "18.0.2",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -286,6 +286,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2024-03-07T16:30:10.227Z"
"publishedAt": "2024-03-07T19:40:23.419Z"
}
}