This commit is contained in:
flowzone-app[bot] 2023-11-20 17:57:23 +00:00 committed by GitHub
parent 1e83fcf1e3
commit 72459a04d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix balena block create to actually create a block
hash: b8769bb9e9dafac8a52eef477bc763551cf0d0b0
body: ""
footer:
Change-type: patch
change-type: patch
author: Otávio Jacobi
nested: []
version: 17.4.4
title: ""
date: 2023-11-20T17:57:18.485Z
- commits:
- subject: Bump oclif-core to v3
hash: 72a924f00eabd13d3663e9cfa4d8feb11aa1aecd

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/).
## 17.4.4 - 2023-11-20
* Fix balena block create to actually create a block [Otávio Jacobi]
## 17.4.3 - 2023-11-17
* Bump oclif-core to v3 [Otávio Jacobi]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "17.4.3",
"version": "17.4.4",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -282,6 +282,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-11-17T15:39:18.868Z"
"publishedAt": "2023-11-20T17:57:19.378Z"
}
}