This commit is contained in:
Balena CI 2019-09-16 21:13:23 +03:00
parent ae691391b6
commit de8089b0bb
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Support moving devices to applications of a compatible architecture
hash: a64b36fdb9550b4d3e245d4791ef74c2b9491aac
body: ''
footer:
Connects-to: '#1433'
connects-to: '#1433'
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.10.0
date: 2019-09-16T16:19:25.093Z
- commits: - commits:
- subject: 'ci: add scrutinizer config' - subject: 'ci: add scrutinizer config'
hash: 2e7f60666741d4970994bd76f9545acabf0b111d hash: 2e7f60666741d4970994bd76f9545acabf0b111d

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.10.0 - 2019-09-16
* Support moving devices to applications of a compatible architecture [Thodoris Greasidis]
## 11.9.7 - 2019-09-13 ## 11.9.7 - 2019-09-13
* Ci: add scrutinizer config [Stevche Radevski] * Ci: add scrutinizer config [Stevche Radevski]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.9.7", "version": "11.10.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.9.7", "version": "11.10.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",