This commit is contained in:
Balena CI 2021-03-17 18:45:08 +02:00 committed by VersionBot
parent 2629a01c7f
commit 43f1188f1d
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Update supported npm version range in package.json (<7.0.0)
hash: 5fc009a6ae736a2d6f1bdbb1d2d83f9169eaeaa4
body: ''
footer:
Connects-to: '#2221'
connects-to: '#2221'
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.41.3
date: 2021-03-17T15:35:44.346Z
- commits:
- subject: 'Linux installation instructions: Add sudo configuration section'
hash: b233ea3e3e93b8f07721dd9de5f5ccaa83ecc049

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.41.3 - 2021-03-17
* Update supported npm version range in package.json (<7.0.0) [Paulo Castro]
## 12.41.2 - 2021-03-17
* Linux installation instructions: Add sudo configuration section [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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