This commit is contained in:
balenaCI 2023-04-28 16:16:44 +00:00
parent 75a380b0ba
commit 5545883c3f
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Remove nvmrc
hash: 35fe7c6a5886f6af5d430c06d62ca20f757009a7
body: |
There is not a lot of benefit to using `.nvmrc` as it still requires
`nvm use`, and not everybody uses `nvm`. The call to `npm install` will
already warn about using the wrong version.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 15.2.2
title: ""
date: 2023-04-28T16:16:42.608Z
- commits:
- subject: Fix tslib going out of sync causing HUP to fail
hash: 150c6e75f52f246016704bd75c9584a7231f1cf6

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 15.2.2 - 2023-04-28
* Remove nvmrc [Felipe Lalanne]
## 15.2.1 - 2023-04-28
* Fix tslib going out of sync causing HUP to fail [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "15.2.1",
"version": "15.2.2",
"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": "2023-04-28T09:25:48.749Z"
"publishedAt": "2023-04-28T16:16:43.540Z"
}
}