From a234816fd827147ce235ce0bc63f87f7df51a064 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:39:45 +0000 Subject: [PATCH] v20.0.7 --- .versionbot/CHANGELOG.yml | 28 ++++++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package.json | 4 ++-- 4 files changed, 36 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 44cef3f9b..cf9d7dbea 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Free up migration related memory after the models get executed + hash: 6dde0e76a1bc1b70b1d212fb76b2222e72742fed + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 20.0.7 + title: "" + date: 2025-02-20T10:39:41.686Z - commits: - subject: "fix: Resolve `\\canAccess` for term forms" hash: 3695f922218b0f40bcfa24c2426a280be26c5582 @@ -1654,6 +1666,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -1678,6 +1691,7 @@ + As engine and npm is now required as part of package.json we @@ -1717,6 +1731,7 @@ + Ensure that the input passed in for JSON types is either @@ -1819,6 +1834,7 @@ + This also deprecates the legacy version footer: @@ -1849,6 +1865,7 @@ + It can in fact be a lot of different things and that is @@ -1880,6 +1897,7 @@ + We know what type they return and they should be explicitly @@ -1916,6 +1934,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -2063,6 +2082,7 @@ + This also deprecates the legacy use of direct true/false @@ -5181,6 +5201,7 @@ + As balena-lint @@ -5233,6 +5254,7 @@ + As engine and npm is @@ -5300,6 +5322,7 @@ + Ensure that the @@ -5430,6 +5453,7 @@ + This also deprecates @@ -5488,6 +5512,7 @@ + It can in fact be a @@ -5547,6 +5572,7 @@ + We know what type @@ -5611,6 +5637,7 @@ + Update @@ -5786,6 +5813,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 8919adfc5..2c0c8b93d 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/). +# v20.0.7 +## (2025-02-20) + +* Free up migration related memory after the models get executed [Thodoris Greasidis] + # v20.0.6 ## (2025-02-19) diff --git a/VERSION b/VERSION index ebf370ff6..15bb8e3a5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -20.0.6 \ No newline at end of file +20.0.7 \ No newline at end of file diff --git a/package.json b/package.json index 250d64f10..7ad49225b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "20.0.6", + "version": "20.0.7", "main": "out/server-glue/module.js", "type": "module", "repository": "git@github.com:balena-io/pinejs.git", @@ -148,6 +148,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2025-02-19T17:11:30.233Z" + "publishedAt": "2025-02-20T10:39:42.673Z" } }