diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5d13fa58..2e0505f0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Clarify installation instructions + hash: 3fd5981085ac6db4c54522746ab544478f4d446b + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.48.2 + date: 2021-08-30T13:51:22.656Z - commits: - subject: Improve error handling (remove most occurrences of process.exit()) hash: deb3e4c4ac1b23e96b283848580428f61de4eb05 diff --git a/CHANGELOG.md b/CHANGELOG.md index 197ef7ce..95e0dcd6 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/). +## 12.48.2 - 2021-08-30 + +* Clarify installation instructions [Paulo Castro] + ## 12.48.1 - 2021-08-27 * Improve error handling (remove most occurrences of process.exit()) [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 068b9183..abf16d02 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.48.1", + "version": "12.48.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a837b69d..1f903fe6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.48.1", + "version": "12.48.2", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -289,6 +289,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2021-08-27T00:01:06.913Z" + "publishedAt": "2021-08-30T13:51:22.889Z" } }