mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 22:23:07 +00:00
v11.32.13
This commit is contained in:
parent
2f6889cca1
commit
01147c31a4
@ -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:
|
- commits:
|
||||||
- subject: Configure the sentry command scope earlier
|
- subject: Configure the sentry command scope earlier
|
||||||
hash: 1301f6298114dd71cb66950c561d8f23341ae12a
|
hash: 1301f6298114dd71cb66950c561d8f23341ae12a
|
||||||
|
@ -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.32.13 - 2020-05-04
|
||||||
|
|
||||||
|
* Convert `balena api-key generate` to oclif [Scott Lowe]
|
||||||
|
|
||||||
## 11.32.12 - 2020-05-04
|
## 11.32.12 - 2020-05-04
|
||||||
|
|
||||||
* Configure the sentry command scope earlier [Pagan Gazzard]
|
* Configure the sentry command scope earlier [Pagan Gazzard]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.32.12",
|
"version": "11.32.13",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.32.12",
|
"version": "11.32.13",
|
||||||
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user