mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v11.32.11
This commit is contained in:
parent
b84cdd6230
commit
6ae337db8a
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.32.10",
|
||||
"version": "11.32.11",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user