This commit is contained in:
Balena CI 2019-09-18 16:12:54 +03:00
parent a6f329750c
commit 606b6c88ab
4 changed files with 38 additions and 2 deletions

View File

@ -1,3 +1,33 @@
- commits:
- subject: Migrate 'envs' and 'env rename' commands to oclif
hash: c07b28e694e06732d88cdb0b8d3fc1705f169e5a
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
- subject: Simplify/refactor 'env add' and 'env rm' implementation
hash: b3bef9e55695401d0faf0da8ae8292877e9854d8
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
- subject: Refactor oclif integration and preparser
hash: 2ff427fb9077c1e4f23fc9cbe009d70eadf8257c
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
version: 11.11.1
date: 2019-09-18T11:57:28.728Z
- commits:
- subject: Support `balena join` to applications of compatible architectures
hash: 87004621cea1dcf56dd34043ccc8f92e2dc98671

View File

@ -4,6 +4,12 @@ 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.1 - 2019-09-18
* Migrate 'envs' and 'env rename' commands to oclif [Paulo Castro]
* Simplify/refactor 'env add' and 'env rm' implementation [Paulo Castro]
* Refactor oclif integration and preparser [Paulo Castro]
## 11.11.0 - 2019-09-16
* Support `balena join` to applications of compatible architectures [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

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