mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-09 12:21:16 +00:00
v12.1.5
This commit is contained in:
parent
98c9469151
commit
10120bb97f
@ -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
|
||||
|
@ -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]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.1.4",
|
||||
"version": "12.1.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user