diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a85f9a75..c4c7d66d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index bf48f121..560a2077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 37148fbf..18a6f1ff 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.25", + "version": "12.44.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 342e438c..838b875e 100644 --- a/package.json +++ b/package.json @@ -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" } }