mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v11.35.0
This commit is contained in:
parent
aff370e9c3
commit
2fdd023a64
@ -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:
|
||||
- subject: >-
|
||||
push/build/deploy: add --nogitignore option and update dockerignore
|
||||
|
@ -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!
|
||||
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
|
||||
|
||||
* push/build/deploy: add --nogitignore option and update dockerignore filter library [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.34.0",
|
||||
"version": "11.35.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.34.0",
|
||||
"version": "11.35.0",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user