mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v12.41.2
This commit is contained in:
parent
d1fdbd927e
commit
480f84993b
@ -1,3 +1,14 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: 'Linux installation instructions: Add sudo configuration section'
|
||||||
|
hash: b233ea3e3e93b8f07721dd9de5f5ccaa83ecc049
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Paulo Castro
|
||||||
|
nested: []
|
||||||
|
version: 12.41.2
|
||||||
|
date: 2021-03-17T02:10:54.150Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'docker: Fix path to init when workdir is changed'
|
- subject: 'docker: Fix path to init when workdir is changed'
|
||||||
hash: 3cff091e3a4e24a2fea8d576691dcd7d7f0b6489
|
hash: 3cff091e3a4e24a2fea8d576691dcd7d7f0b6489
|
||||||
|
@ -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.41.2 - 2021-03-17
|
||||||
|
|
||||||
|
* Linux installation instructions: Add sudo configuration section [Paulo Castro]
|
||||||
|
|
||||||
## 12.41.1 - 2021-03-15
|
## 12.41.1 - 2021-03-15
|
||||||
|
|
||||||
* docker: Fix path to init when workdir is changed [Kyle Harding]
|
* docker: Fix path to init when workdir is changed [Kyle Harding]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.41.1",
|
"version": "12.41.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.41.1",
|
"version": "12.41.2",
|
||||||
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user