This commit is contained in:
Balena CI 2021-03-23 03:01:51 +02:00 committed by VersionBot
parent e7999f52a9
commit 4911db640f
4 changed files with 37 additions and 2 deletions

View File

@ -1,3 +1,32 @@
- commits:
- subject: Refactor automation scripts (reduce need for MSYS to build on Windows)
hash: 68b61e74245981a3b78f3332b6f5e6fb2e081c37
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: >-
Add macOS uninstall script (sudo
/usr/local/lib/balena-cli/bin/uninstall)
hash: 329b84d01e1279d13b1e0ac4f1b720af8a4b929e
body: ''
footer:
Change-type: minor
change-type: minor
author: Paulo Castro
nested: []
- subject: Bump `patch-package` dependency and remove its own patch file
hash: 25b1dff5d8b11d9360be38c99272a2dd03b29b59
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.43.0
date: 2021-03-23T00:07:08.109Z
- commits:
- subject: >-
push: Fix docker-compose.dev.yml serialization ("should be object,null"

View File

@ -4,6 +4,12 @@ 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.0 - 2021-03-23
* Refactor automation scripts (reduce need for MSYS to build on Windows) [Paulo Castro]
* Add macOS uninstall script (sudo /usr/local/lib/balena-cli/bin/uninstall) [Paulo Castro]
* Bump `patch-package` dependency and remove its own patch file [Paulo Castro]
## 12.42.2 - 2021-03-20
* push: Fix docker-compose.dev.yml serialization ("should be object,null" error) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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