This commit is contained in:
Balena CI 2020-05-14 17:58:20 +03:00 committed by VersionBot
parent c98bc3280d
commit 11d5deef4c
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Update GitHub templates for new issues and pull requests
hash: 8c2a40cb39a4c790e06d23c4b920a57639b239d2
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.35.1
date: 2020-05-14T14:28:24.479Z
- commits: - commits:
- subject: >- - subject: >-
balena apps: add --verbose option to list application slugs (full app balena apps: add --verbose option to list application slugs (full app

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.35.1 - 2020-05-14
* Update GitHub templates for new issues and pull requests [Paulo Castro]
## 11.35.0 - 2020-05-14 ## 11.35.0 - 2020-05-14
* balena apps: add --verbose option to list application slugs (full app name) [Paulo Castro] * balena apps: add --verbose option to list application slugs (full app name) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.35.0", "version": "11.35.1",
"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",