This commit is contained in:
Balena CI 2020-05-14 16:19:51 +03:00 committed by VersionBot
parent aff370e9c3
commit 2fdd023a64
4 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: >-
balena apps: add --verbose option to list application slugs (full app
name)
hash: be21c8d43e1f06d0a94539dea7861503d260d8df
body: ''
footer:
Change-type: minor
change-type: minor
author: Paulo Castro
- subject: 'balena app create: fix application existence check'
hash: 5b338263098962790ac1eae238f3595997efae9d
body: ''
footer:
Resolves: '#1824'
resolves: '#1824'
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.35.0
date: 2020-05-14T12:20:33.712Z
- commits: - commits:
- subject: >- - subject: >-
push/build/deploy: add --nogitignore option and update dockerignore push/build/deploy: add --nogitignore option and update dockerignore

View File

@ -4,6 +4,11 @@ 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.35.0 - 2020-05-14
* balena apps: add --verbose option to list application slugs (full app name) [Paulo Castro]
* balena app create: fix application existence check [Paulo Castro]
## 11.34.0 - 2020-05-13 ## 11.34.0 - 2020-05-13
* push/build/deploy: add --nogitignore option and update dockerignore filter library [Paulo Castro] * push/build/deploy: add --nogitignore option and update dockerignore filter library [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.34.0", "version": "11.35.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.34.0", "version": "11.35.0",
"description": "The official balena CLI tool", "description": "The official balena CLI tool",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",