diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2b126ebc..62bafec2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Delete 'doc/automated-init.md' and improve 'balena help device init' + hash: 952d782e905c733f7d98fc4524850d399adbefdc + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.52.2 + date: 2021-11-24T18:31:20.275Z - commits: - subject: 'push/build: Add test cases for .dockerignore filtering corner cases' hash: d64b6deb81d32fe16c79d97ab5a4699512b74387 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fbc07d6..032cc632 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.52.2 - 2021-11-24 + +* Delete 'doc/automated-init.md' and improve 'balena help device init' [Paulo Castro] + ## 12.52.1 - 2021-11-22 * push/build: Add test cases for .dockerignore filtering corner cases [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ad1e3c57..188ee369 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.52.1", + "version": "12.52.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f181bb06..3fff4abd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.52.1", + "version": "12.52.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-11-22T01:53:27.392Z" + "publishedAt": "2021-11-24T18:31:20.576Z" } }