This commit is contained in:
Balena CI 2021-03-31 19:15:26 +03:00 committed by VersionBot
parent 16d1f0f06f
commit 67b7b8b5d0
4 changed files with 24 additions and 2 deletions

View File

@ -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: - commits:
- subject: 'osConfigure/localFlash: Add support for Node.js v14' - subject: 'osConfigure/localFlash: Add support for Node.js v14'
hash: ac96616e4e5f9e246dcdfbf38252812f4b3109bb hash: ac96616e4e5f9e246dcdfbf38252812f4b3109bb

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## 12.44.0 - 2021-03-30
* osConfigure/localFlash: Add support for Node.js v14 [Marios Balamatsias] * osConfigure/localFlash: Add support for Node.js v14 [Marios Balamatsias]

2
npm-shrinkwrap.json generated
View File

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

View File

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