mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-08 03:44:13 +00:00
v12.12.0
This commit is contained in:
parent
9f98529e56
commit
3f084366db
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: 'env add: Add ability to add env var to multiple locations in one command'
|
||||
hash: bab98df87b181b9c1e16853ea5e5c17727a9bd3d
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: Nick Neisen
|
||||
nested: []
|
||||
version: 12.12.0
|
||||
date: 2020-08-04T23:54:02.400Z
|
||||
- commits:
|
||||
- subject: Dont set the preloader config device type to intel-nuc
|
||||
hash: 505acc19db3c488f4149b6c823f3f6e7ec0a7c38
|
||||
|
@ -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.0 - 2020-08-04
|
||||
|
||||
* env add: Add ability to add env var to multiple locations in one command [Nick Neisen]
|
||||
|
||||
## 12.11.3 - 2020-08-04
|
||||
|
||||
* Dont set the preloader config device type to intel-nuc [Alexis Svinartchouk]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.11.3",
|
||||
"version": "12.12.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.11.3",
|
||||
"version": "12.12.0",
|
||||
"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