mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v15.2.2
This commit is contained in:
parent
75a380b0ba
commit
5545883c3f
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "15.2.1",
|
||||
"version": "15.2.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user