diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index aaffb5e59..ec6d90f7f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,28 @@ +- commits: + - subject: Handling typing changes of @types/pg + hash: f7520efb9e2c44ab5ae341ad8fdd635814819eb0 + body: > + rowCount can be NULL in the case of PG returning from `LOCK` + + + Refernece: + + https://github.com/DefinitelyTyped/DefinitelyTyped/pull/66990 + + https://github.com/brianc/node-postgres/pull/2967 + + + In pinejs the case is handled and as of now we don't want to populate a breaking change by transparently push the types to callers. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Harald Fischer + signed-off-by: Harald Fischer + author: Harald Fischer + nested: [] + version: 15.3.16 + title: "" + date: 2023-11-09T13:56:00.178Z - commits: - subject: Do not force storage class on s3 upload hash: e72ffa55f21408996c04eab44d0013bf7a3f905d diff --git a/CHANGELOG.md b/CHANGELOG.md index cac83b29c..b481ef6bd 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/). +# v15.3.16 +## (2023-11-09) + +* Handling typing changes of @types/pg [Harald Fischer] + # v15.3.15 ## (2023-10-25) diff --git a/VERSION b/VERSION index 5f7c69121..76fa12f0a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.3.15 \ No newline at end of file +15.3.16 \ No newline at end of file diff --git a/package.json b/package.json index cbdee9994..6aae8fc60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "15.3.15", + "version": "15.3.16", "main": "out/server-glue/module", "repository": "git@github.com:balena-io/pinejs.git", "license": "Apache-2.0", @@ -143,6 +143,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2023-10-25T22:46:53.366Z" + "publishedAt": "2023-11-09T13:56:01.064Z" } }