This commit is contained in:
flowzone-app[bot] 2024-03-14 15:52:40 +00:00 committed by GitHub
parent 619f605eb2
commit 71345a8cc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Move klaw library to dev dependency
hash: bb4713ab9a2445cc7adab24f7d9549331f1c72e8
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 18.1.5
title: ""
date: 2024-03-14T15:52:35.043Z
- commits:
- subject: Update @balena/lint to 8.0.0
hash: 634ad156ce9a6557102f438715c4a90fccf2db9c

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/).
## 18.1.5 - 2024-03-14
* Move klaw library to dev dependency [Otavio Jacobi]
## 18.1.4 - 2024-03-14
* Update @balena/lint to 8.0.0 [myarmolinsky]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "18.1.4",
"version": "18.1.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "18.1.4",
"version": "18.1.5",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.1.4",
"version": "18.1.5",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -288,6 +288,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2024-03-14T14:34:46.771Z"
"publishedAt": "2024-03-14T15:52:35.905Z"
}
}