mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 13:26:24 +00:00
v16.7.6
This commit is contained in:
parent
a034f585ba
commit
96774f4c52
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: "app create: Fix halting with a deprecation warning"
|
||||
hash: 365d95c36b4b10cd683290747d1f26926d9a4710
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Thodoris Greasidis
|
||||
nested: []
|
||||
version: 16.7.6
|
||||
title: ""
|
||||
date: 2023-07-24T13:38:02.677Z
|
||||
- commits:
|
||||
- subject: Abstract the fleet/app/block create commands
|
||||
hash: aff094575bb26547fa28b49eceec840a4c683929
|
||||
|
@ -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/).
|
||||
|
||||
## 16.7.6 - 2023-07-24
|
||||
|
||||
* app create: Fix halting with a deprecation warning [Thodoris Greasidis]
|
||||
|
||||
## 16.7.5 - 2023-07-21
|
||||
|
||||
* Abstract the fleet/app/block create commands [Thodoris Greasidis]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "16.7.5",
|
||||
"version": "16.7.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "16.7.5",
|
||||
"version": "16.7.6",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "16.7.5",
|
||||
"version": "16.7.6",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -284,6 +284,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2023-07-21T06:59:21.487Z"
|
||||
"publishedAt": "2023-07-24T13:38:04.137Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user