mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-13 22:22:58 +00:00
v12.1.4
This commit is contained in:
parent
8dda8d89d5
commit
f686d3a9bf
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.1.3",
|
||||
"version": "12.1.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user