From 4911db640f4979c8561ba1a4b8d103bcf7db4ae2 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 23 Mar 2021 03:01:51 +0200 Subject: [PATCH] v12.43.0 --- .versionbot/CHANGELOG.yml | 29 +++++++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 37 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b861a030..95734cc3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cbd649d..97aea403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index eb29c471..a7ac8b6b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.42.2", + "version": "12.43.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 24add3ff..1991679f 100644 --- a/package.json +++ b/package.json @@ -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",