mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-11 05:09:54 +00:00
v14.3.0
This commit is contained in:
parent
36d1af1e33
commit
cf3e8ff909
@ -1,3 +1,28 @@
|
||||
- commits:
|
||||
- subject: "release: Add `validate` command for validating releases"
|
||||
hash: 934c3ddf3886f0456be7c17bc3e131a2a06c60b1
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
|
||||
signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
|
||||
author: Matthew Yarmolinsky
|
||||
nested: []
|
||||
- subject: "release: Add `invalidate` command for invalidating releases"
|
||||
hash: 66e6daf78c5e85a9af518aeec553640fbc1830f7
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
|
||||
signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
|
||||
author: Matthew Yarmolinsky
|
||||
nested: []
|
||||
version: 14.3.0
|
||||
title: "'release: Add and commands for invalidating and validating releases
|
||||
(respectively)'"
|
||||
date: 2022-08-17T11:37:12.623Z
|
||||
- commits:
|
||||
- subject: "fleet: Add `track-latest` command for tracking the latest release"
|
||||
hash: 97eb107de46056ec30bd39827bdea65dd1ba8d02
|
||||
|
@ -4,6 +4,11 @@ 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/).
|
||||
|
||||
## 14.3.0 - 2022-08-17
|
||||
|
||||
* release: Add `validate` command for validating releases [Matthew Yarmolinsky]
|
||||
* release: Add `invalidate` command for invalidating releases [Matthew Yarmolinsky]
|
||||
|
||||
## 14.2.0 - 2022-08-16
|
||||
|
||||
* fleet: Add `track-latest` command for tracking the latest release [Matthew Yarmolinsky]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "14.2.0",
|
||||
"version": "14.3.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "14.2.0",
|
||||
"version": "14.3.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -285,6 +285,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-08-16T19:41:50.520Z"
|
||||
"publishedAt": "2022-08-17T11:37:13.226Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user