This commit is contained in:
Balena CI 2020-12-09 19:07:19 +02:00 committed by VersionBot
parent 659eda8cd1
commit 5bb05f3a8c
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'errors: Add expected errors for device deactivation'
hash: a19132d3bfe2e02456b4738fb16d4aa813fe6211
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Marios Balamatsias <mbalamatsias@gmail.com>
signed-off-by: Marios Balamatsias <mbalamatsias@gmail.com>
author: Marios Balamatsias
nested: []
version: 12.30.3
date: 2020-12-09T12:55:51.417Z
- commits:
- subject: Remove remaining v12 switches
hash: 3edf7a038fccc8c1ddf5d09f29c37194a1104c84

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.30.3 - 2020-12-09
* errors: Add expected errors for device deactivation [Marios Balamatsias]
## 12.30.2 - 2020-12-08
* Remove remaining v12 switches [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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