This commit is contained in:
Balena CI 2020-05-25 18:10:31 +03:00 committed by VersionBot
parent 644d54a113
commit 3cb184c8af
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Fix lazy loading in utils/compose
hash: a6f905b71cf9962df78e6b7feebf69d4b1412a24
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.35.8
date: 2020-05-25T14:38:17.391Z
- commits:
- subject: Replace windows dns workaround with single lookup
hash: 1c354c800bab6704419f29f2c3a5f6497e9b2ce6

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.35.8 - 2020-05-25
* Fix lazy loading in utils/compose [Pagan Gazzard]
## 11.35.7 - 2020-05-22
* Replace windows dns workaround with single lookup [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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