v12.48.10

This commit is contained in:
Balena CI 2021-09-10 14:25:45 +03:00 committed by VersionBot
parent 3fd66c39ae
commit e03bbb7275
4 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: 'push: Await and retry supervisor API requests to a local device'
hash: b30075a18b79ec032943e77d9585b24f48730fa7
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.48.10
date: 2021-09-10T00:47:43.380Z
- commits: - commits:
- subject: 'chore: Update net-keepalive dependency (fix CLI packaging errors)' - subject: 'chore: Update net-keepalive dependency (fix CLI packaging errors)'
hash: 6244af34641c80830daa0cfc6245711399b85521 hash: 6244af34641c80830daa0cfc6245711399b85521

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! 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/).
## 12.48.10 - 2021-09-10
* push: Await and retry supervisor API requests to a local device [Paulo Castro]
## 12.48.9 - 2021-09-09 ## 12.48.9 - 2021-09-09
* chore: Update net-keepalive dependency (fix CLI packaging errors) [Paulo Castro] * chore: Update net-keepalive dependency (fix CLI packaging errors) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.48.9", "version": "12.48.10",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",
@ -289,6 +289,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2021-09-09T23:29:03.441Z" "publishedAt": "2021-09-10T00:47:43.611Z"
} }
} }