mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-21 06:33:28 +00:00
v17.4.4
This commit is contained in:
parent
1e83fcf1e3
commit
72459a04d1
@ -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:
|
- commits:
|
||||||
- subject: Bump oclif-core to v3
|
- subject: Bump oclif-core to v3
|
||||||
hash: 72a924f00eabd13d3663e9cfa4d8feb11aa1aecd
|
hash: 72a924f00eabd13d3663e9cfa4d8feb11aa1aecd
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
## 17.4.3 - 2023-11-17
|
||||||
|
|
||||||
* Bump oclif-core to v3 [Otávio Jacobi]
|
* Bump oclif-core to v3 [Otávio Jacobi]
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "17.4.3",
|
"version": "17.4.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "17.4.3",
|
"version": "17.4.4",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "17.4.3",
|
"version": "17.4.4",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
@ -282,6 +282,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-11-17T15:39:18.868Z"
|
"publishedAt": "2023-11-20T17:57:19.378Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user