mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-31 08:25:36 +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:
|
- commits:
|
||||||
- subject: Lazy-load chalk
|
- subject: Lazy-load chalk
|
||||||
hash: 98152c0b09e80fd83bf6fabf7bd46edaef70ab69
|
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!
|
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/).
|
||||||
|
|
||||||
|
## 11.28.9 - 2020-02-29
|
||||||
|
|
||||||
|
* Switch to object spreading in favor of _.assign [Pagan Gazzard]
|
||||||
|
|
||||||
## 11.28.8 - 2020-02-28
|
## 11.28.8 - 2020-02-28
|
||||||
|
|
||||||
* Lazy-load chalk [Pagan Gazzard]
|
* Lazy-load chalk [Pagan Gazzard]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.28.8",
|
"version": "11.28.9",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.28.8",
|
"version": "11.28.9",
|
||||||
"description": "The official balena CLI tool",
|
"description": "The official balena CLI tool",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user