mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v11.11.0
This commit is contained in:
parent
90db52db47
commit
3d89b0c7a1
@ -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:
|
||||
- subject: Support moving devices to applications of a compatible architecture
|
||||
hash: a64b36fdb9550b4d3e245d4791ef74c2b9491aac
|
||||
|
@ -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/).
|
||||
|
||||
## 11.11.0 - 2019-09-16
|
||||
|
||||
* Support `balena join` to applications of compatible architectures [Thodoris Greasidis]
|
||||
|
||||
## 11.10.0 - 2019-09-16
|
||||
|
||||
* Support moving devices to applications of a compatible architecture [Thodoris Greasidis]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.10.0",
|
||||
"version": "11.11.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.10.0",
|
||||
"version": "11.11.0",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/actions/index.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user