diff --git a/CHANGELOG.md b/CHANGELOG.md index abcd1920..dcea8246 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.4 - 2019-06-05 + +* Add 'scan' command to the website reference documentation [Paulo Castro] + ## 11.0.3 - 2019-06-05 * Fix 'npm help' SyntaxError on Node 8 (invalid 's' regex flag) [Paulo Castro] diff --git a/package.json b/package.json index 5e2f5cdd..12ba84f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.0.3", + "version": "11.0.4", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",