From 2bbdfda92e00f6b60d320879d5cba09ec44a429d Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 6 Jun 2019 16:51:58 +0300 Subject: [PATCH] v11.0.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcea8246..397b997a 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.0.5 - 2019-06-06 + +* Add initial typings for resin-cli-form [Thodoris Greasidis] + ## 11.0.4 - 2019-06-05 * Add 'scan' command to the website reference documentation [Paulo Castro] diff --git a/package.json b/package.json index 12ba84f9..894cdec5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.0.4", + "version": "11.0.5", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",