This commit is contained in:
flowzone-app[bot] 2023-10-30 12:25:19 +00:00 committed by GitHub
parent fe65351666
commit 25f3bf1fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Bump balena-lint to 7.2.1
hash: 7d13946c3ec4edd27318544d937003a21290ad61
body: ""
footer:
Change-type: patch
change-type: patch
author: myarmolinsky
nested: []
version: 17.2.2
title: ""
date: 2023-10-30T12:25:11.812Z
- commits: - commits:
- subject: Update balena-sdk and deduped dependencies - subject: Update balena-sdk and deduped dependencies
hash: 04db9c7a91ffd9a5a0a92bd86084326a8686bdfd hash: 04db9c7a91ffd9a5a0a92bd86084326a8686bdfd

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 17.2.2 - 2023-10-30
* Bump balena-lint to 7.2.1 [myarmolinsky]
## 17.2.1 - 2023-10-26 ## 17.2.1 - 2023-10-26

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "17.2.1", "version": "17.2.2",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",
@ -282,6 +282,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2023-10-26T21:28:43.137Z" "publishedAt": "2023-10-30T12:25:13.261Z"
} }
} }