Skip to content

Commit

Permalink
v11.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Feb 15, 2024
1 parent b736894 commit 50ee79d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,21 @@
- commits:
- subject: Replace deprecated flowzone input tests_run_on
hash: 961183e410973cee6824c665ad9239cd1bb49703
body: |
The `custom_runs_on` array supports multiple runner labels
in nested arrays.
The new input also allows the use of self-hosted runners
as they require multiple labels to identify.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
version: 11.2.1
title: ""
date: 2024-02-15T00:26:48.069Z
- commits:
- subject: Add support to node20
hash: a3381a8f8a5d4fe3198cafbac19a0738b42e83e4
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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/).

# v11.2.1
## (2024-02-15)

* Replace deprecated flowzone input tests_run_on [Kyle Harding]

# v11.2.0
## (2024-01-18)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "drivelist",
"version": "11.2.0",
"version": "11.2.1",
"description": "List all connected drives in your computer, in all major operating systems",
"main": "js/index.js",
"homepage": "https://github.com/balena-io-modules/drivelist",
Expand Down Expand Up @@ -66,6 +66,6 @@
]
},
"versionist": {
"publishedAt": "2024-01-18T10:25:30.412Z"
"publishedAt": "2024-02-15T00:26:48.249Z"
}
}

0 comments on commit 50ee79d

Please sign in to comment.