This commit is contained in:
Balena CI 2020-12-21 13:18:38 +02:00 committed by VersionBot
parent cf06a8dfad
commit 3bff569758
4 changed files with 19 additions and 2 deletions

@ -1,3 +1,16 @@
- commits:
- subject: Improve id disambiguation for tag commands
hash: 584aa745f7a5f2d2cc7fb3209ac5c07c366ea04b
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.35.3
date: 2020-12-21T10:45:52.324Z
- commits: - commits:
- subject: Modify handling of SIGINT in balena-dev - subject: Modify handling of SIGINT in balena-dev
hash: 5c93df921e1d3112f827c81c87424e1bee793594 hash: 5c93df921e1d3112f827c81c87424e1bee793594

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 12.35.3 - 2020-12-21
* Improve id disambiguation for tag commands [Scott Lowe]
## 12.35.2 - 2020-12-18 ## 12.35.2 - 2020-12-18
* Modify handling of SIGINT in balena-dev [Scott Lowe] * Modify handling of SIGINT in balena-dev [Scott Lowe]

2
npm-shrinkwrap.json generated

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

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.35.2", "version": "12.35.3",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",