This commit is contained in:
Balena CI 2020-06-23 19:19:22 +03:00 committed by VersionBot
parent 8dda8d89d5
commit f686d3a9bf
4 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -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",