diff --git a/CHANGELOG.md b/CHANGELOG.md index 82f49a8a..acd33909 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/). +## 10.13.3 - 2019-05-17 + +* Apps: Fix the device count columns being empty [Thodoris Greasidis] + ## 10.13.2 - 2019-05-17 * Remove intermediate containers when doing a local push [Cameron Diver] diff --git a/package.json b/package.json index 36fd0765..3d80527b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.13.2", + "version": "10.13.3", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",