This commit is contained in:
Balena CI 2020-10-13 11:58:10 +03:00 committed by VersionBot
parent 2cc8d15c05
commit 4373ba7a5d
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Treat authorization errors as expected
hash: 592efd0a2e5c0c46f4cbf0b1107b135ccab55211
body: ''
footer:
Change-type: patch
change-type: patch
Resolves: '#2035'
resolves: '#2035'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.25.1
date: 2020-10-13T08:21:31.203Z
- commits: - commits:
- subject: Refactor initialization code (delete app-oclif.ts and app-common.ts) - subject: Refactor initialization code (delete app-oclif.ts and app-common.ts)
hash: d0e4fa0e59b9c6a4c3f414361c089c68f1dfd872 hash: d0e4fa0e59b9c6a4c3f414361c089c68f1dfd872

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! 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.25.1 - 2020-10-13
* Treat authorization errors as expected [Scott Lowe]
## 12.25.0 - 2020-10-11 ## 12.25.0 - 2020-10-11
* Refactor initialization code (delete app-oclif.ts and app-common.ts) [Paulo Castro] * Refactor initialization code (delete app-oclif.ts and app-common.ts) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.25.0", "version": "12.25.1",
"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",