Skip to content

Commit 76fb48e

Browse files
committed
v3.1.5
1 parent bf76780 commit 76fb48e

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

doc/release-notes/changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 3.1.5
4+
5+
### What's new
6+
7+
- Types: Fix generic static `this` [#2533](https://github.com/Vincit/objection.js/pull/2533)
8+
- Types: Add `fromRaw` to `FromSelector regex [#2628](https://github.com/Vincit/objection.js/issues/2628)
9+
- Types: Fix argument types of `onConflict()` [#2635](https://github.com/Vincit/objection.js/pull/2635)
10+
- Types: Make `trx` optional for `Model.transaction(trx, cb)` [#2694](https://github.com/Vincit/objection.js/pull/2694)
11+
312
## 3.1.4
413

514
### What's new
@@ -8,7 +17,7 @@
817
- Don't call `onError()` with internal exceptions [#2603](https://github.com/Vincit/objection.js/issues/2603)
918
- Remove docs and typings for nonexistent `$pick()`
1019
- Make `$omitFromJson()` + `$omitFromDatabaseJson()` compatible with old `$omit()` syntax
11-
20+
1221
## 3.1.3
1322

1423
### What's new

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "objection",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "An SQL-friendly ORM for Node.js",
55
"main": "lib/objection.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)