This commit is contained in:
Balena CI 2019-09-16 21:59:27 +03:00
parent 90db52db47
commit 3d89b0c7a1
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Support `balena join` to applications of compatible architectures
hash: 87004621cea1dcf56dd34043ccc8f92e2dc98671
body: ''
footer:
Resolves: '#1431'
resolves: '#1431'
Change-type: minor
change-type: minor
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
version: 11.11.0
date: 2019-09-16T18:33:27.871Z
- commits: - commits:
- subject: Support moving devices to applications of a compatible architecture - subject: Support moving devices to applications of a compatible architecture
hash: a64b36fdb9550b4d3e245d4791ef74c2b9491aac hash: a64b36fdb9550b4d3e245d4791ef74c2b9491aac

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/).
## 11.11.0 - 2019-09-16
* Support `balena join` to applications of compatible architectures [Thodoris Greasidis]
## 11.10.0 - 2019-09-16 ## 11.10.0 - 2019-09-16
* Support moving devices to applications of a compatible architecture [Thodoris Greasidis] * Support moving devices to applications of a compatible architecture [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.10.0", "version": "11.11.0",
"description": "The official balena CLI tool", "description": "The official balena CLI tool",
"main": "./build/actions/index.js", "main": "./build/actions/index.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",