diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f823db59..d9e101db 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: "patch: update balena-preload to 12.2.0" + hash: ca637b3fb669cd8997ceb70201d4cabe0c621ecf + body: "" + footer: {} + author: Edwin Joassart + nested: [] + version: 14.5.15 + title: "" + date: 2022-12-12T13:41:11.847Z - commits: - subject: Bump multicast-dns to rebased commit (again) hash: 60dd0daae5682c797ad5ac6fec94ccb7b91c5264 diff --git a/CHANGELOG.md b/CHANGELOG.md index d6473ec6..31ad41db 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/). +## 14.5.15 - 2022-12-12 + +* patch: update balena-preload to 12.2.0 [Edwin Joassart] + ## 14.5.14 - 2022-12-11 * Bump multicast-dns to rebased commit (again) [pipex] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ba14b1cd..1dbd1bd0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.14", + "version": "14.5.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 75376fc9..05bf67c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.14", + "version": "14.5.15", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -284,6 +284,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2022-12-11T21:46:37.979Z" + "publishedAt": "2022-12-12T13:41:12.779Z" } }