From e1fb1fb76dd14dc9ed2e802cf317ae7f49680894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ju=CC=88rg=20Lehni?= Date: Tue, 13 Feb 2024 11:21:52 +0100 Subject: [PATCH] v3.1.4 --- doc/release-notes/changelog.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/release-notes/changelog.md b/doc/release-notes/changelog.md index 187db90a2..ba7155172 100644 --- a/doc/release-notes/changelog.md +++ b/doc/release-notes/changelog.md @@ -1,5 +1,14 @@ # Changelog +## 3.1.4 + +### What's new + +- Fix `upsertGraph()` `$beforeUpdate()` calls on empty relates [#2605](https://github.com/Vincit/objection.js/issues/2605) +- Don't call `onError()` with internal exceptions [#2603](https://github.com/Vincit/objection.js/issues/2603) +- Remove docs and typings for nonexistent `$pick()` +- Make `$omitFromJson()` + `$omitFromDatabaseJson()` compatible with old `$omit()` syntax + ## 3.1.3 ### What's new diff --git a/package.json b/package.json index 16b06520d..9ea93ad55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "objection", - "version": "3.1.3", + "version": "3.1.4", "description": "An SQL-friendly ORM for Node.js", "main": "lib/objection.js", "license": "MIT",