v11.32.12

This commit is contained in:
Balena CI 2020-05-04 13:15:15 +03:00 committed by VersionBot
parent 1a57385626
commit 97def08ec5
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Configure the sentry command scope earlier
hash: 1301f6298114dd71cb66950c561d8f23341ae12a
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.32.12
date: 2020-05-04T09:08:19.124Z
- commits:
- subject: Avoid unnecessary api calls in `balena build` and `balena deploy`
hash: 2f24e591efcf5bd9b16db813f7801af415fca04d

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.12 - 2020-05-04
* Configure the sentry command scope earlier [Pagan Gazzard]
## 11.32.11 - 2020-05-01
* Avoid unnecessary api calls in `balena build` and `balena deploy` [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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