mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v12.43.1
This commit is contained in:
parent
b3a6c6cb0f
commit
3ac1994941
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.43.0",
|
||||
"version": "12.43.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user