mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.41.1
This commit is contained in:
parent
d4a153d2ee
commit
4bfd345b68
@ -1,3 +1,16 @@
|
||||
- commits:
|
||||
- subject: 'docker: Fix path to init when workdir is changed'
|
||||
hash: 3cff091e3a4e24a2fea8d576691dcd7d7f0b6489
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
author: Kyle Harding
|
||||
nested: []
|
||||
version: 12.41.1
|
||||
date: 2021-03-15T14:36:14.162Z
|
||||
- commits:
|
||||
- subject: 'docker: Add Docker images with the CLI and Docker-in-Docker'
|
||||
hash: 65d5bdff0815f743cb63f474be53ef2d92486f15
|
||||
|
@ -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.1 - 2021-03-15
|
||||
|
||||
* docker: Fix path to init when workdir is changed [Kyle Harding]
|
||||
|
||||
## 12.41.0 - 2021-03-15
|
||||
|
||||
* docker: Add Docker images with the CLI and Docker-in-Docker [Kyle Harding]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.41.0",
|
||||
"version": "12.41.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.41.0",
|
||||
"version": "12.41.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