This commit is contained in:
Balena CI 2021-03-26 01:15:19 +02:00 committed by VersionBot
parent b3a6c6cb0f
commit 3ac1994941
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Improve installation docs regarding Docker Desktop version requirements
hash: 6d4faa7b2cd510f36b08580a5dddb481021202c2
body: ''
footer:
Connects-to: '#2228'
connects-to: '#2228'
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.43.1
date: 2021-03-25T21:25:13.519Z
- commits:
- subject: Refactor automation scripts (reduce need for MSYS to build on Windows)
hash: 68b61e74245981a3b78f3332b6f5e6fb2e081c37

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.43.1 - 2021-03-25
* Improve installation docs regarding Docker Desktop version requirements [Paulo Castro]
## 12.43.0 - 2021-03-23
* Refactor automation scripts (reduce need for MSYS to build on Windows) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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