diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 239a7489..33a6b396 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Remove rindle dependency + hash: 11afbf3da27f79552661273dfc5c51d5e3cda45d + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 12.6.2 + date: 2020-07-08T14:31:28.098Z - commits: - subject: 'preload: Expand dockerd stderr logs in case of errors' hash: 3d7833a64041e417724fe6a041e84d06526839d0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6804251a..bf214687 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.6.2 - 2020-07-08 + +* Remove rindle dependency [Pagan Gazzard] + ## 12.6.1 - 2020-07-08 * preload: Expand dockerd stderr logs in case of errors [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 609c874d..438fbc39 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.6.1", + "version": "12.6.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f8697cf7..4e320aae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.6.1", + "version": "12.6.2", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",