This commit is contained in:
Balena CI 2021-02-04 19:41:10 +02:00 committed by VersionBot
parent 1ba992ada2
commit 0a995ecc49
4 changed files with 21 additions and 2 deletions

View File

@ -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

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.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
View File

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

View File

@ -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",