mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v14.4.4
This commit is contained in:
parent
6e4fe229bf
commit
1cba0284df
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: Update simple-git to 3.14.1
|
||||
hash: 70330759007bfdba81986e6c7db1f5c2cb0d7d5f
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
|
||||
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
|
||||
author: Thodoris Greasidis
|
||||
nested: []
|
||||
version: 14.4.4
|
||||
title: "'Update simple git'"
|
||||
date: 2022-10-18T10:00:35.080Z
|
||||
- commits:
|
||||
- subject: "config generate: Fix the incompatible arch errors showing as not found"
|
||||
hash: 2e115968d5dce98fe05ab0607e1c04bd9f4c67c8
|
||||
|
@ -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/).
|
||||
|
||||
## 14.4.4 - 2022-10-18
|
||||
|
||||
* Update simple-git to 3.14.1 [Thodoris Greasidis]
|
||||
|
||||
## 14.4.3 - 2022-10-17
|
||||
|
||||
* config generate: Fix the incompatible arch errors showing as not found [Thodoris Greasidis]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "14.4.3",
|
||||
"version": "14.4.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "14.4.3",
|
||||
"version": "14.4.4",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -285,6 +285,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-10-17T20:47:01.414Z"
|
||||
"publishedAt": "2022-10-18T10:00:36.262Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user