This commit is contained in:
Balena CI 2020-08-05 16:14:57 +03:00 committed by VersionBot
parent efb488f81a
commit abde3cf48a
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Reduce bluebird usage
hash: 6ca7c34e57c53fb0ca8ba3e4a1c8273489778ff4
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 12.12.1
date: 2020-08-05T12:39:56.623Z
- commits:
- subject: 'env add: Add ability to add env var to multiple locations in one command'
hash: bab98df87b181b9c1e16853ea5e5c17727a9bd3d

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.12.1 - 2020-08-05
* Reduce bluebird usage [Pagan Gazzard]
## 12.12.0 - 2020-08-04
* env add: Add ability to add env var to multiple locations in one command [Nick Neisen]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.12.0",
"version": "12.12.1",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",