mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-09 04:14:15 +00:00
v12.43.0
This commit is contained in:
parent
e7999f52a9
commit
4911db640f
@ -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"
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.42.2",
|
||||
"version": "12.43.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user