mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-17 16:10:48 +00:00
v12.35.3
This commit is contained in:
parent
cf06a8dfad
commit
3bff569758
@ -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
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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user