mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
v18.1.5
This commit is contained in:
parent
619f605eb2
commit
71345a8cc1
@ -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
|
||||
|
@ -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
4
npm-shrinkwrap.json
generated
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user