From 766695ceef311185322aa0cf144dd704d6ccb165 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 2 Mar 2020 10:30:58 +0200 Subject: [PATCH] v11.28.9 --- .versionbot/CHANGELOG.yml | 10 ++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1cad35e5..33ace4b6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c067374..cf7d3fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 883201fd..9843845e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.28.8", + "version": "11.28.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f89929d6..838c6346 100644 --- a/package.json +++ b/package.json @@ -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",