From 662b8283a63943188c15a846899c1a5757fbf95f Mon Sep 17 00:00:00 2001 From: balenaCI Date: Thu, 8 Dec 2022 14:00:28 +0000 Subject: [PATCH] v14.5.13 --- .versionbot/CHANGELOG.yml | 20 ++++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d4c0ed4d..b7c29cb6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: Build on macos-11 for library compatibility reasons + hash: e566badfffbe54a44f8fdd627fc8a78a5ecc204f + body: "" + footer: + Change-type: patch + change-type: patch + author: Page- + nested: [] + - subject: Build on ubuntu-20.04 for library compatibility reasons + hash: 69834c417e2aa2d2c20a9749319fc72bb6e563fa + body: "" + footer: + Change-type: patch + change-type: patch + author: Page- + nested: [] + version: 14.5.13 + title: "" + date: 2022-12-08T14:00:25.894Z - commits: - subject: Move GH publishing to FZ core hash: 99e8a36bb581ac84619ecba452c5afa3d56dae94 diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d7f5c7..4e99cef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.13 - 2022-12-08 + +* Build on macos-11 for library compatibility reasons [Page-] +* Build on ubuntu-20.04 for library compatibility reasons [Page-] + ## 14.5.12 - 2022-11-21 * Move GH publishing to FZ core [ab77] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8fc95328..b3d4055d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.12", + "version": "14.5.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c9478405..9ff11475 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.12", + "version": "14.5.13", "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-11-21T18:46:46.568Z" + "publishedAt": "2022-12-08T14:00:27.091Z" } }