v11.32.13

This commit is contained in:
Balena CI 2020-05-04 15:19:27 +03:00 committed by VersionBot
parent 2f6889cca1
commit 01147c31a4
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Convert `balena api-key generate` to oclif
hash: 83286e672968c8c43111020bd90db0f7fb44b36b
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.32.13
date: 2020-05-04T11:54:18.605Z
- commits:
- subject: Configure the sentry command scope earlier
hash: 1301f6298114dd71cb66950c561d8f23341ae12a

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 11.32.13 - 2020-05-04
* Convert `balena api-key generate` to oclif [Scott Lowe]
## 11.32.12 - 2020-05-04
* Configure the sentry command scope earlier [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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