mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v18.0.2
This commit is contained in:
parent
bacb55a1ea
commit
5371fea588
@ -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
|
||||
|
@ -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
4
npm-shrinkwrap.json
generated
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user