diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e2f580688..7b3065f96 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Filter for `SideEffectHook`s before entering the async rollback loop + hash: 887027c084172658d29904e9fcdc1104779ebfb2 + body: | + This avoids unnecessary work by adding an async boundary for the + filtering part, meaning we can avoid any async boundaries in the case + of no side effecting hooks (the likely case) + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 14.54.7 + title: "" + date: 2023-01-13T15:53:47.439Z - commits: - subject: Handle symbols when proxying for constrained models hash: e53a6744ba0e32e2ae414ab7bb1ae375957e115c diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dfe7f700..1076085e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +# v14.54.7 +## (2023-01-13) + +* Filter for `SideEffectHook`s before entering the async rollback loop [Pagan Gazzard] + # v14.54.6 ## (2023-01-12) diff --git a/VERSION b/VERSION index 9d00c263b..37b33cbe0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.54.6 \ No newline at end of file +14.54.7 \ No newline at end of file diff --git a/package.json b/package.json index afa34e6ea..4d63fc1c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "14.54.6", + "version": "14.54.7", "main": "out/server-glue/module", "repository": "git@github.com:balena-io/pinejs.git", "license": "Apache-2.0", @@ -131,6 +131,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2023-01-12T18:51:58.893Z" + "publishedAt": "2023-01-13T15:53:48.258Z" } }