mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.44.1
This commit is contained in:
parent
16d1f0f06f
commit
67b7b8b5d0
@ -1,3 +1,21 @@
|
||||
- commits:
|
||||
- subject: 'os/configure: Fix broken NetworkManager URL'
|
||||
hash: 6437bb7511cb8ab580577b5242d7d2b0b4d4aaa6
|
||||
body: |
|
||||
Update the broken NM URL to match the rest of the documentation.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Connects-to: balena-io/docs/#1757 balena-io/docs/#1522
|
||||
connects-to: balena-io/docs/#1757 balena-io/docs/#1522
|
||||
Changelog-entry: 'os/configure: Fix broken NetworkManager URL'
|
||||
changelog-entry: 'os/configure: Fix broken NetworkManager URL'
|
||||
Signed-off-by: Mark Corbin <mark@balena.io>
|
||||
signed-off-by: Mark Corbin <mark@balena.io>
|
||||
author: Mark Corbin
|
||||
nested: []
|
||||
version: 12.44.1
|
||||
date: 2021-03-31T14:43:34.212Z
|
||||
- commits:
|
||||
- subject: 'osConfigure/localFlash: Add support for Node.js v14'
|
||||
hash: ac96616e4e5f9e246dcdfbf38252812f4b3109bb
|
||||
|
@ -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.1 - 2021-03-31
|
||||
|
||||
* os/configure: Fix broken NetworkManager URL [Mark Corbin]
|
||||
|
||||
## 12.44.0 - 2021-03-30
|
||||
|
||||
* osConfigure/localFlash: Add support for Node.js v14 [Marios Balamatsias]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.0",
|
||||
"version": "12.44.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.0",
|
||||
"version": "12.44.1",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user