mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v11.35.15
This commit is contained in:
parent
5c8d822aee
commit
21dd959344
@ -1,3 +1,44 @@
|
||||
- commits:
|
||||
- subject: 'v12 preparations: Add feature switch for project directory validation'
|
||||
hash: 2ab8ae1c1056b6d4bd77b74d44f778f854ec5955
|
||||
body: ''
|
||||
footer:
|
||||
Connects-to: '#1770'
|
||||
connects-to: '#1770'
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
- subject: 'v12 preparations: Add feature switch for ''balena apps --verbose'''
|
||||
hash: fcc13f9476a5a8a02413e6c163cf6315bc380f97
|
||||
body: ''
|
||||
footer:
|
||||
Connects-to: '#1770'
|
||||
connects-to: '#1770'
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
- subject: >-
|
||||
v12 preparations: Add feature switch for 'devices supported' default
|
||||
columns
|
||||
hash: a38b41f339733735f585c73fef9c0d0dd14c16fe
|
||||
body: ''
|
||||
footer:
|
||||
Connects-to: '#1770'
|
||||
connects-to: '#1770'
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
- subject: 'v12 preparations: Amend test cases for ''--nogitignore'' option'
|
||||
hash: 2fc0728a09408953ada5acbb381f794fae2ab0c0
|
||||
body: ''
|
||||
footer:
|
||||
Connects-to: '#1770'
|
||||
connects-to: '#1770'
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
version: 11.35.15
|
||||
date: 2020-05-29T21:08:37.138Z
|
||||
- commits:
|
||||
- subject: 'v12 preparations: Add feature switch for ''envs --all'''
|
||||
hash: 6e5e1c4f5fd3ec480501a90ec3a2c1ae26c6cbab
|
||||
|
@ -4,6 +4,13 @@ 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.35.15 - 2020-05-29
|
||||
|
||||
* v12 preparations: Add feature switch for project directory validation [Paulo Castro]
|
||||
* v12 preparations: Add feature switch for 'balena apps --verbose' [Paulo Castro]
|
||||
* v12 preparations: Add feature switch for 'devices supported' default columns [Paulo Castro]
|
||||
* v12 preparations: Amend test cases for '--nogitignore' option [Paulo Castro]
|
||||
|
||||
## 11.35.14 - 2020-05-29
|
||||
|
||||
* v12 preparations: Add feature switch for 'envs --all' [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.35.14",
|
||||
"version": "11.35.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.35.14",
|
||||
"version": "11.35.15",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user