diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 08ac8b5c0..10862ddfb 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Restore case insensitive regex + hash: 23a625ae7413e5975a41375ef82b050446e26bb1 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 0.54.3 + title: "" + date: 2023-01-14T18:19:01.172Z - commits: - subject: Fix error in required checks regex hash: b3f080bc14e783afd7454df6b3f00458af852f36 diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa6ea949..613a486da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3 - 2023-01-14 + +* Restore case insensitive regex [Kyle Harding] + ## 0.54.2 - 2023-01-14 * Fix error in required checks regex [Kyle Harding] diff --git a/package-lock.json b/package-lock.json index ec3dc8fe5..15fcc3b8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowzone", - "version": "0.54.2", + "version": "0.54.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "flowzone", - "version": "0.54.2", + "version": "0.54.3", "dependencies": { "yaml": "^2.1.3" }, diff --git a/package.json b/package.json index 9537a98ab..c88909057 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "dependencies": { "yaml": "^2.1.3" }, - "version": "0.54.2", + "version": "0.54.3", "versionist": { - "publishedAt": "2023-01-14T17:00:16.329Z" + "publishedAt": "2023-01-14T18:19:01.635Z" } } diff --git a/tests/balena.yml b/tests/balena.yml index 59a244169..ab24fd952 100644 --- a/tests/balena.yml +++ b/tests/balena.yml @@ -1,3 +1,3 @@ name: Flowzone type: sw.application -version: 0.54.2 +version: 0.54.3