mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-16 15:28:54 +00:00
v14.5.11
This commit is contained in:
parent
e9156d77f1
commit
669cbe227f
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Adding .nvmrc so we can use nvm use instead of hunting for version
|
||||
hash: 767216c842569a523540b7d4d32133c4e53c7596
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: zoobot
|
||||
nested: []
|
||||
version: 14.5.11
|
||||
title: ""
|
||||
date: 2022-11-17T18:32:46.270Z
|
||||
- commits:
|
||||
- subject: Fix surfacing incompatible device type errors as not recognized
|
||||
hash: ca9767835852da53758f8e9713db85357f22ba8b
|
||||
|
@ -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/).
|
||||
|
||||
## 14.5.11 - 2022-11-17
|
||||
|
||||
* Adding .nvmrc so we can use nvm use instead of hunting for version [zoobot]
|
||||
|
||||
## 14.5.10 - 2022-11-11
|
||||
|
||||
* Fix surfacing incompatible device type errors as not recognized [Thodoris Greasidis]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "14.5.10",
|
||||
"version": "14.5.11",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "14.5.10",
|
||||
"version": "14.5.11",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -284,6 +284,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-11-11T11:24:20.214Z"
|
||||
"publishedAt": "2022-11-17T18:32:47.163Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user