From 3b08006ffa48db4fd61c2203ca3253675afd6af7 Mon Sep 17 00:00:00 2001 From: Lars-Erik Roald Date: Fri, 10 May 2024 14:26:26 +0200 Subject: [PATCH] v.3.9.1 --- docs/changelog.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index b4eb5e9c..c78e679f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,7 @@ ## Changelog +__3.9.1_ +Bugfix: Crashing on many relations if foreign key column is omitted in strategy. See [#83](https://github.com/alfateam/rdb/issues/83) __3.9.0__ Possible to elevate associated column on a related table to a parent table when fetching. See https://github.com/alfateam/rdb/#user-content-aggregate-results __3.8.0__ diff --git a/package.json b/package.json index f618768d..9b3ce620 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdb", - "version": "3.9.0", + "version": "3.9.1", "main": "./src/index.js", "browser": "./src/client/index.mjs", "bin": {