This commit is contained in:
balenaCI 2023-01-02 15:21:59 +00:00
parent 1c7a354fe7
commit cfc6b3ce9e
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: "preload: Drops ability to preload Intel Edison (EOL 2017) Upgrade
balena-preload from 12.2.0 to 13.0.0"
hash: 40a0941ca30d7a997300231fc43385ce7bdb5e68
body: ""
footer:
Change-type: major
change-type: major
Signed-off-by: Edwin Joassart <edwin.joassart@balena.io>
signed-off-by: Edwin Joassart <edwin.joassart@balena.io>
author: JOASSART Edwin
nested: []
version: 15.0.0
title: ""
date: 2023-01-02T15:21:57.099Z
- commits: - commits:
- subject: Update flowzone tests to use npm ci - subject: Update flowzone tests to use npm ci
hash: c818d846b368cf9c634757581faca15074100e8a hash: c818d846b368cf9c634757581faca15074100e8a

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/).
## 15.0.0 - 2023-01-02
* preload: Drops ability to preload Intel Edison (EOL 2017) Upgrade balena-preload from 12.2.0 to 13.0.0 [JOASSART Edwin]
## 14.5.18 - 2022-12-29 ## 14.5.18 - 2022-12-29
* Update flowzone tests to use npm ci [Thodoris Greasidis] * Update flowzone tests to use npm ci [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "14.5.18", "version": "15.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "14.5.18", "version": "15.0.0",
"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",
@ -284,6 +284,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2022-12-29T07:20:48.827Z" "publishedAt": "2023-01-02T15:21:58.082Z"
} }
} }