mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 10:46:34 +00:00
v18.2.6
This commit is contained in:
parent
9de753d9d3
commit
edff14fa72
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Update @oclif/core from 3.26.9 to 3.27.0
|
||||
hash: 75d2d7d37543d179bc05b85de89ec7e2f33e5272
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Otavio Jacobi
|
||||
nested: []
|
||||
version: 18.2.6
|
||||
title: ""
|
||||
date: 2024-06-21T15:23:21.818Z
|
||||
- commits:
|
||||
- subject: Limit @oclif/core to ~3.26 so that npm dedupe doesn't auto-bump it
|
||||
hash: 5a3f0ea453bf88f04c883411460f188028eee5ac
|
||||
|
@ -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/).
|
||||
|
||||
## 18.2.6 - 2024-06-21
|
||||
|
||||
* Update @oclif/core from 3.26.9 to 3.27.0 [Otavio Jacobi]
|
||||
|
||||
## 18.2.5 - 2024-06-21
|
||||
|
||||
* Limit @oclif/core to ~3.26 so that npm dedupe doesn't auto-bump it [Thodoris Greasidis]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.5",
|
||||
"version": "18.2.6",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.5",
|
||||
"version": "18.2.6",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.5",
|
||||
"version": "18.2.6",
|
||||
"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": "2024-06-21T12:11:17.780Z"
|
||||
"publishedAt": "2024-06-21T15:23:22.790Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user