This commit is contained in:
Balena CI 2022-04-08 14:39:33 +03:00 committed by VersionBot
parent be6a468507
commit 7496710c85
4 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Document the 'patches' folder in CONTRIBUTING.md
hash: 88835e63bd0c37b7be99f63214d17a429d937035
body: ""
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 13.3.3
title: "'Document the 'patches' folder in CONTRIBUTING.md'"
date: 2022-04-08T10:36:01.636Z
- commits: - commits:
- subject: Skip Alpine tests until Concourse + Alpine v3.14 issues are resolved - subject: Skip Alpine tests until Concourse + Alpine v3.14 issues are resolved
hash: a4ab07cd085d84d75bc668390823bf72604730e0 hash: a4ab07cd085d84d75bc668390823bf72604730e0

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.3.3 - 2022-04-08
* Document the 'patches' folder in CONTRIBUTING.md [Paulo Castro]
## 13.3.2 - 2022-04-07 ## 13.3.2 - 2022-04-07
* Skip Alpine tests until Concourse + Alpine v3.14 issues are resolved [Paulo Castro] * Skip Alpine tests until Concourse + Alpine v3.14 issues are resolved [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "13.3.2", "version": "13.3.3",
"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.2", "version": "13.3.3",
"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",
@ -287,6 +287,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2022-04-07T09:15:48.876Z" "publishedAt": "2022-04-08T10:36:02.315Z"
} }
} }