From 5102a0791b16410d40b7acc76d3314a92dc7eaa7 Mon Sep 17 00:00:00 2001 From: balenaCI Date: Tue, 18 Apr 2023 07:17:02 +0000 Subject: [PATCH] v14.62.7 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package.json | 4 ++-- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 32bb2d7bb..860cc0f82 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update select sql typing + hash: 8c04a099dc0739b65b2576a3cb48aa17565d2da2 + body: "" + footer: + Change-type: patch + change-type: patch + author: Josh Bowling + nested: [] + version: 14.62.7 + title: "" + date: 2023-04-18T07:16:59.301Z - commits: - subject: Guard against translations aliasing to a field that does not exist hash: ad7d4cbc5b08df254b086495e1a1bd75239ab8df diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d3e612dd..212564072 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.62.7 +## (2023-04-18) + +* Update select sql typing [Josh Bowling] + # v14.62.6 ## (2023-04-11) diff --git a/VERSION b/VERSION index c1492a80b..29d2d5f33 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.62.6 \ No newline at end of file +14.62.7 \ No newline at end of file diff --git a/package.json b/package.json index ebf2b0c6a..bc92b9a0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "14.62.6", + "version": "14.62.7", "main": "out/server-glue/module", "repository": "git@github.com:balena-io/pinejs.git", "license": "Apache-2.0", @@ -132,6 +132,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2023-04-11T10:50:23.870Z" + "publishedAt": "2023-04-18T07:17:00.305Z" } }