This commit is contained in:
Balena CI 2022-01-20 01:55:52 +02:00 committed by VersionBot
parent 1e42bfa0d5
commit fa7b59d64f
4 changed files with 29 additions and 3 deletions

View File

@ -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

View File

@ -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
View File

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

View File

@ -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"
}
}