From 4bfd345b68b9a1019a420056c6a58cb43ff122b5 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 15 Mar 2021 20:39:53 +0200 Subject: [PATCH] v12.41.1 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ad93def4..1f36571f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Kyle Harding + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index e46bbfe5..e7847003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b37de47e..d5a215dd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.41.0", + "version": "12.41.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 96a6824d..c8b63393 100644 --- a/package.json +++ b/package.json @@ -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",