From 31f4af721d3881e05b362f3a4241d50c33b6b851 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Mon, 14 Jan 2019 12:20:58 +0100 Subject: [PATCH] v9.9.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2fe8ff4..f13a8af1 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/). +## 9.9.4 - 2019-01-13 + +* Lazy load the sdk as much as possible [Pagan Gazzard] + ## 9.9.3 - 2019-01-13 * Lazy-load docker-toolbelt [Pagan Gazzard] diff --git a/package.json b/package.json index 629744f3..53ee7efa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.9.3", + "version": "9.9.4", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",