mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.25.1
This commit is contained in:
parent
2cc8d15c05
commit
4373ba7a5d
@ -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:
|
||||
- subject: Refactor initialization code (delete app-oclif.ts and app-common.ts)
|
||||
hash: d0e4fa0e59b9c6a4c3f414361c089c68f1dfd872
|
||||
|
@ -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.25.1 - 2020-10-13
|
||||
|
||||
* Treat authorization errors as expected [Scott Lowe]
|
||||
|
||||
## 12.25.0 - 2020-10-11
|
||||
|
||||
* Refactor initialization code (delete app-oclif.ts and app-common.ts) [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.25.0",
|
||||
"version": "12.25.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.25.0",
|
||||
"version": "12.25.1",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user