This commit is contained in:
Balena CI 2022-04-11 17:18:27 +03:00 committed by VersionBot
parent 44f55f8e7b
commit 6d6065ddf5
4 changed files with 27 additions and 3 deletions

View File

@ -1,3 +1,23 @@
- commits:
- subject: "deploy: Support all valid semver versions in balena.yml"
hash: d2c77760b3e2001e5d18b48e5abf218d0998a4cd
body: ""
footer:
Resolves: "#2337"
resolves: "#2337"
Change-type: minor
change-type: minor
Depends-on: https://github.com/balena-io/balena-api/pull/3584
depends-on: https://github.com/balena-io/balena-api/pull/3584
See: https://jel.ly.fish/product-improvement-draft-releases-and-release-versioning-d0391f45-c2f9-4f4e-b964-1a7e9023a3f4
see: https://jel.ly.fish/product-improvement-draft-releases-and-release-versioning-d0391f45-c2f9-4f4e-b964-1a7e9023a3f4
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
nested: []
version: 13.4.0
title: "'deploy: Support all valid semver versions in balena.yml'"
date: 2022-04-08T15:19:35.411Z
- commits: - commits:
- subject: Document the 'patches' folder in CONTRIBUTING.md - subject: Document the 'patches' folder in CONTRIBUTING.md
hash: 88835e63bd0c37b7be99f63214d17a429d937035 hash: 88835e63bd0c37b7be99f63214d17a429d937035

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/).
## 13.4.0 - 2022-04-08
* deploy: Support all valid semver versions in balena.yml [Thodoris Greasidis]
## 13.3.3 - 2022-04-08 ## 13.3.3 - 2022-04-08
* Document the 'patches' folder in CONTRIBUTING.md [Paulo Castro] * Document the 'patches' folder in CONTRIBUTING.md [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "13.3.3", "version": "13.4.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",
@ -288,6 +288,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2022-04-08T10:36:02.315Z" "publishedAt": "2022-04-08T15:19:36.110Z"
} }
} }