Skip to content

Commit

Permalink
v15.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 9, 2023
1 parent 951f3ea commit 40b29a0
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
25 changes: 25 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
signed-off-by: Harald Fischer <[email protected]>
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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.3.15
15.3.16
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/pinejs",
"version": "15.3.15",
"version": "15.3.16",
"main": "out/server-glue/module",
"repository": "[email protected]:balena-io/pinejs.git",
"license": "Apache-2.0",
Expand Down Expand Up @@ -143,6 +143,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2023-10-25T22:46:53.366Z"
"publishedAt": "2023-11-09T13:56:01.064Z"
}
}

0 comments on commit 40b29a0

Please sign in to comment.