mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v13.1.11
This commit is contained in:
parent
1e42bfa0d5
commit
fa7b59d64f
@ -1,3 +1,24 @@
|
||||
- commits:
|
||||
- subject: >-
|
||||
chore: lib/auth/utils.ts: Replace deprecated url.resolve, use
|
||||
async/await
|
||||
hash: 5464e550e765ca4fc74efe98675cc5dc9189f1be
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: 'chore: Update @types/node to v12.20.42'
|
||||
hash: c0f27a663d296080749c9d2d79751bffc1b63751
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 13.1.11
|
||||
date: 2022-01-19T22:57:27.614Z
|
||||
- commits:
|
||||
- subject: Update docs and package.json re min Node.js supported version (12.8.0)
|
||||
hash: f5d09a43cd74ef28533c992827f7c93e728668ef
|
||||
|
@ -4,6 +4,11 @@ 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/).
|
||||
|
||||
## 13.1.11 - 2022-01-19
|
||||
|
||||
* chore: lib/auth/utils.ts: Replace deprecated url.resolve, use async/await [Paulo Castro]
|
||||
* chore: Update @types/node to v12.20.42 [Paulo Castro]
|
||||
|
||||
## 13.1.10 - 2022-01-16
|
||||
|
||||
* Update docs and package.json re min Node.js supported version (12.8.0) [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.1.10",
|
||||
"version": "13.1.11",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.1.10",
|
||||
"version": "13.1.11",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -287,6 +287,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-01-16T18:58:25.903Z"
|
||||
"publishedAt": "2022-01-19T22:57:27.910Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user