This commit is contained in:
Balena CI 2021-08-31 04:03:14 +03:00 committed by VersionBot
parent 09dd2dd354
commit a8c2724929
4 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: 'balena deploy: Retrieve the cpu arch as part of the device type resource'
hash: 24fe6666e4391e5e5524b519612ce4580fdad4ff
body: ''
footer:
Connects-to: '#2318'
connects-to: '#2318'
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: 12.48.3
date: 2021-08-31T00:02:52.553Z
- commits: - commits:
- subject: Clarify installation instructions - subject: Clarify installation instructions
hash: 3fd5981085ac6db4c54522746ab544478f4d446b hash: 3fd5981085ac6db4c54522746ab544478f4d446b

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/).
## 12.48.3 - 2021-08-31
* balena deploy: Retrieve the cpu arch as part of the device type resource [Thodoris Greasidis]
## 12.48.2 - 2021-08-30 ## 12.48.2 - 2021-08-30
* Clarify installation instructions [Paulo Castro] * Clarify installation instructions [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.48.2", "version": "12.48.3",
"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",
@ -289,6 +289,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2021-08-30T13:51:22.889Z" "publishedAt": "2021-08-31T00:02:52.788Z"
} }
} }