diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 51379a91..15880dc2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: 'Update author details in package.json, Windows Programs and Features' + hash: 4d588e51a762e25c7fbee34786e9d90d809ecdb5 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.44.21 + date: 2021-06-22T10:53:24.115Z - commits: - subject: 'devices supported: Use new DeviceType data model as source of truth' hash: a254e461186e4cfddcffd3285e9420451e31cb24 diff --git a/CHANGELOG.md b/CHANGELOG.md index f5838b52..6638ff98 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.44.21 - 2021-06-22 + +* Update author details in package.json, Windows Programs and Features [Paulo Castro] + ## 12.44.20 - 2021-06-14 * devices supported: Use new DeviceType data model as source of truth [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index aad4ef9c..49f7ff5b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.20", + "version": "12.44.21", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 93195b11..e60a171c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.20", + "version": "12.44.21", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",