mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-19 03:06:29 +00:00
v11.28.9
This commit is contained in:
parent
e50a3270ba
commit
766695ceef
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.28.8",
|
||||
"version": "11.28.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user