Skip to content

Commit

Permalink
v0.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci committed Jan 13, 2023
1 parent d8c4e0a commit d6960f2
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
17 changes: 17 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- commits:
- subject: Improve regex for matching required status checks
hash: 20e5ee856bc0b61edf68c1c71b44f417e0331c8f
body: |
Allow policy-bot to be matched without the hyphen, and
use case-insensitive matching for flowzone, policy-bot, and
resinci when modifying the list of required status checks.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
nested: []
version: 0.54.1
title: ""
date: 2023-01-13T18:36:24.208Z
- commits:
- subject: "chore(deps): update actions/setup-node digest to 64ed1c7"
hash: d4613de6d18d0dfbaa9273bb87068f4bdc18de58
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## 0.54.1 - 2023-01-13

* Improve regex for matching required status checks [Kyle Harding]

## 0.54.0 - 2023-01-12

* chore(deps): update actions/setup-node digest to 64ed1c7 [Renovate Bot]
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dependencies": {
"yaml": "^2.1.3"
},
"version": "0.54.0",
"version": "0.54.1",
"versionist": {
"publishedAt": "2023-01-12T19:58:21.190Z"
"publishedAt": "2023-01-13T18:36:24.852Z"
}
}
2 changes: 1 addition & 1 deletion tests/balena.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Flowzone
type: sw.application
version: 0.54.0
version: 0.54.1

0 comments on commit d6960f2

Please sign in to comment.