From f686d3a9bf545e72b1b7ac119539206b75f0b79b Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 23 Jun 2020 19:19:22 +0300 Subject: [PATCH] v12.1.4 --- .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 83755225..54a4707d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Stub the errors module without needing two export methods + hash: 7794158062e5c50101d2e31d3aa30c5d9fcf4638 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 12.1.4 + date: 2020-06-22T16:19:21.368Z - commits: - subject: Add runtime warning for unused .dockerignore files hash: 11d1a3f5a066f826ceda41929290ccf4ce645f0e diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a4baac1..271679cc 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.4 - 2020-06-22 + +* Stub the errors module without needing two export methods [Pagan Gazzard] + ## 12.1.3 - 2020-06-22 * Add runtime warning for unused .dockerignore files [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index aeb66165..60768047 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.1.3", + "version": "12.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b7505b55..c5516de5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.1.3", + "version": "12.1.4", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",