mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.44.6
This commit is contained in:
parent
42c3236313
commit
cc8a8513e9
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.5",
|
||||
"version": "12.44.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user