v12.44.26

This commit is contained in:
Balena CI 2021-07-22 04:31:34 +03:00 committed by VersionBot
parent fa4e8e7b55
commit 0892caa155
4 changed files with 55 additions and 3 deletions

View File

@ -1,3 +1,47 @@
- commits:
- subject: 'config write: Fix EBUSY error on macOS'
hash: e624726e4470e2093370ad4ff44eaaf50ff2823a
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: 'chore: Remove ''umount'' dependency (as advised by "npm audit")'
hash: f914fa2d8afb28f5dacb1751f23ce1faf8c9290a
body: |
Address security advisory https://www.npmjs.com/advisories/1512
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: 'chore: Update oclif'
hash: c8f5542c8a7f2b54f1c09248e4bb40e275998407
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: 'chore: Update dependencies ("npm audit fix")'
hash: a2cad7bf53953e4f9d31009a6ab2ca6891d028ae
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: 'chore: Update balena-lint'
hash: 3a871a0003b89b45140ecb4e5eb34c061d4d5ff9
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.44.26
date: 2021-07-21T23:55:29.462Z
- commits:
- subject: Simplify runSpinner api
hash: f79ccc0c9521049b762de7ff275fe817773c12b3

View File

@ -4,6 +4,14 @@ 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.44.26 - 2021-07-21
* config write: Fix EBUSY error on macOS [Paulo Castro]
* chore: Remove 'umount' dependency (as advised by "npm audit") [Paulo Castro]
* chore: Update oclif [Paulo Castro]
* chore: Update dependencies ("npm audit fix") [Paulo Castro]
* chore: Update balena-lint [Paulo Castro]
## 12.44.25 - 2021-07-20
* Simplify runSpinner api [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.44.25",
"version": "12.44.26",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -287,6 +287,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2021-07-20T15:25:20.187Z"
"publishedAt": "2021-07-21T23:55:29.698Z"
}
}