mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v12.12.1
This commit is contained in:
parent
efb488f81a
commit
abde3cf48a
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.12.0",
|
||||
"version": "12.12.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user