From a5bade99fcc8deab290a76a78844f0a58b24fb2e Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 7 Apr 2021 00:42:46 +0300 Subject: [PATCH] v12.44.4 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9edf876c..3b98d5a0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Add notarization for macOS graphical installer + hash: 973f1a9c408a79f4b8058b83c0c71b80cc12113e + body: '' + footer: + Change-type: patch + change-type: patch + author: Dan Goodman + nested: [] + version: 12.44.4 + date: 2021-04-06T21:00:22.401Z - commits: - subject: 'docs: Further clarify Docker requirements for preload' hash: f53e658ca225290c32b6caa2d33e156d2ef9861e diff --git a/CHANGELOG.md b/CHANGELOG.md index 819159ce..8476dc85 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.4 - 2021-04-06 + +* Add notarization for macOS graphical installer [Dan Goodman] + ## 12.44.3 - 2021-04-04 * docs: Further clarify Docker requirements for preload [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 708a1d23..76010bfa 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.3", + "version": "12.44.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 57773617..637fcabf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.3", + "version": "12.44.4", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",