From 0273d2e02c30ec092aa19e597790b91a9a1542aa Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Fri, 16 Nov 2018 16:00:43 +0100 Subject: [PATCH] v9.1.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb334b1..25f6996a 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.1.3 - 2018-11-16 + +* Include `join` and `leave` commands in API documentation [Akis Kesoglou] + ## 9.1.2 - 2018-11-13 * Fix build & deploy commands in standalone build [Tim Perry] diff --git a/package.json b/package.json index 91d0bd64..6ecdfcd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.1.2", + "version": "9.1.3", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",