mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-25 13:29:43 +00:00
v13.4.0
This commit is contained in:
parent
44f55f8e7b
commit
6d6065ddf5
@ -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:
|
||||
- subject: Document the 'patches' folder in CONTRIBUTING.md
|
||||
hash: 88835e63bd0c37b7be99f63214d17a429d937035
|
||||
|
@ -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/).
|
||||
|
||||
## 13.4.0 - 2022-04-08
|
||||
|
||||
* deploy: Support all valid semver versions in balena.yml [Thodoris Greasidis]
|
||||
|
||||
## 13.3.3 - 2022-04-08
|
||||
|
||||
* Document the 'patches' folder in CONTRIBUTING.md [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.3.3",
|
||||
"version": "13.4.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.3.3",
|
||||
"version": "13.4.0",
|
||||
"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": "2022-04-08T10:36:02.315Z"
|
||||
"publishedAt": "2022-04-08T15:19:36.110Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user