This commit is contained in:
balenaCI 2023-03-13 14:03:48 +00:00
parent 793e70d909
commit 3e5b4457c2
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: "Devices: explicitly fetches only used fields"
hash: 5761a306be9b135886a6d9c0f3515d1ef4550468
body: ""
footer:
Change-type: patch
change-type: patch
author: Otávio Jacobi
nested: []
version: 15.0.6
title: ""
date: 2023-03-13T14:03:45.516Z
- commits: - commits:
- subject: Fix application isLegacy check for rename and deploy - subject: Fix application isLegacy check for rename and deploy
hash: ecf4b046b5d30c6e726b61f1e2b1a39cc91b8e53 hash: ecf4b046b5d30c6e726b61f1e2b1a39cc91b8e53

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! 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/).
## 15.0.6 - 2023-03-13
* Devices: explicitly fetches only used fields [Otávio Jacobi]
## 15.0.5 - 2023-03-10 ## 15.0.5 - 2023-03-10
* Fix application isLegacy check for rename and deploy [JSReds] * Fix application isLegacy check for rename and deploy [JSReds]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "15.0.5", "version": "15.0.6",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "15.0.5", "version": "15.0.6",
"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",
@ -284,6 +284,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2023-03-10T16:25:38.605Z" "publishedAt": "2023-03-13T14:03:46.858Z"
} }
} }