This commit is contained in:
Balena CI 2021-04-07 22:44:44 +03:00 committed by VersionBot
parent 42c3236313
commit cc8a8513e9
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Direct missing release installs to npm install method
hash: 91fd515266785012e5797c20edb3360e3d30334b
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Miguel Casqueira <miguel@balena.io>
signed-off-by: Miguel Casqueira <miguel@balena.io>
author: Miguel Casqueira
nested: []
version: 12.44.6
date: 2021-04-07T17:59:51.038Z
- commits:
- subject: 'docs: Update install instructions re macOS installer notarization'
hash: d44afa8c399e67613a65963529386a67da85fc1a

View File

@ -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.6 - 2021-04-07
* Direct missing release installs to npm install method [Miguel Casqueira]
## 12.44.5 - 2021-04-07
* docs: Update install instructions re macOS installer notarization [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.44.5",
"version": "12.44.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.44.5",
"version": "12.44.6",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",