mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-13 14:12:57 +00:00
v12.39.0
This commit is contained in:
parent
1ba992ada2
commit
0a995ecc49
@ -1,3 +1,18 @@
|
||||
- commits:
|
||||
- subject: Add command `device local-mode`
|
||||
hash: e47fd0c887f3b8fc30dd15e4ea5528c85296b738
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Resolves: '#1304'
|
||||
resolves: '#1304'
|
||||
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
author: Scott Lowe
|
||||
nested: []
|
||||
version: 12.39.0
|
||||
date: 2021-02-04T17:05:01.299Z
|
||||
- commits:
|
||||
- subject: Improve build-time checks (automation/test-lock-deduplicated.sh)
|
||||
hash: 6e0638f3bec0bbe35bd0f132f263be99b44009e1
|
||||
|
@ -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.39.0 - 2021-02-04
|
||||
|
||||
* Add command `device local-mode` [Scott Lowe]
|
||||
|
||||
## 12.38.10 - 2021-02-04
|
||||
|
||||
* Improve build-time checks (automation/test-lock-deduplicated.sh) [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.38.10",
|
||||
"version": "12.39.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.38.10",
|
||||
"version": "12.39.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user