v11.32.11

This commit is contained in:
Balena CI 2020-05-01 19:31:39 +03:00 committed by VersionBot
parent b84cdd6230
commit 6ae337db8a
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Avoid unnecessary api calls in `balena build` and `balena deploy`
hash: 2f24e591efcf5bd9b16db813f7801af415fca04d
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.32.11
date: 2020-05-01T15:01:59.219Z
- commits:
- subject: 'Refactor: move error related functions into error module'
hash: 9b1c3c665b90f2f67af6342d8f0502f92fd0485d

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.11 - 2020-05-01
* Avoid unnecessary api calls in `balena build` and `balena deploy` [Pagan Gazzard]
## 11.32.10 - 2020-05-01
* Refactor: move error related functions into error module [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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