This commit is contained in:
Balena CI 2020-03-02 10:30:58 +02:00
parent e50a3270ba
commit 766695ceef
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Switch to object spreading in favor of _.assign
hash: 235c13bea929473d6704e3c38dd0949524df142d
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.28.9
date: 2020-02-29T22:11:03.425Z
- commits:
- subject: Lazy-load chalk
hash: 98152c0b09e80fd83bf6fabf7bd46edaef70ab69

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.28.9 - 2020-02-29
* Switch to object spreading in favor of _.assign [Pagan Gazzard]
## 11.28.8 - 2020-02-28
* Lazy-load chalk [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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