diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 88059119..3d91d7d4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Delete CODEOWNERS + hash: 2986e6cea3ab245c5546cc3da2c7c22fcf193e60 + body: '' + footer: + Change-type: patch + change-type: patch + author: dfunckt + nested: [] + version: 12.44.23 + date: 2021-06-30T15:59:54.226Z - commits: - subject: 'preload: Warn that zip files are only accepted for Intel Edison' hash: fec96b41ee59c61f6074aab907de6d05d431ba99 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c0973ba..8477f3c4 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.23 - 2021-06-30 + +* Delete CODEOWNERS [dfunckt] + ## 12.44.22 - 2021-06-24 * preload: Warn that zip files are only accepted for Intel Edison [Kyle Harding] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 24d97bc1..0c661e9c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.22", + "version": "12.44.23", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e793b304..6dec4817 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.22", + "version": "12.44.23", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",