From 10120bb97f6cc57f58d003c718021d49b23d5ea4 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 24 Jun 2020 11:39:12 +0300 Subject: [PATCH] v12.1.5 --- .versionbot/CHANGELOG.yml | 10 ++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 54a4707d..af715796 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Update INSTALL.md re supported Node.js versions and '--unsafe-perm' + hash: 98c0991fe35db6cbe9825f4016fbb2001e08267b + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + version: 12.1.5 + date: 2020-06-23T21:54:18.008Z - commits: - subject: Stub the errors module without needing two export methods hash: 7794158062e5c50101d2e31d3aa30c5d9fcf4638 diff --git a/CHANGELOG.md b/CHANGELOG.md index 271679cc..19b46f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.1.5 - 2020-06-23 + +* Update INSTALL.md re supported Node.js versions and '--unsafe-perm' [Paulo Castro] + ## 12.1.4 - 2020-06-22 * Stub the errors module without needing two export methods [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 60768047..df37423e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.1.4", + "version": "12.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c5516de5..e8cad5d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.1.4", + "version": "12.1.5", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",