Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lroal committed Jun 3, 2024
1 parent d82b90e commit a5eb467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Changelog
__4.0.1_
Inhouse definitions of ajv to avoid trouble with nestjs.
__4.0.0__
Changed the behaviour of `update` to accept a `where` filter and only update passed in columns and relations. The previous behaviour of `update` has moved to `replace` method.
__3.10.3__
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orange-orm",
"version": "4.0.0",
"version": "4.0.1",
"main": "./src/index.js",
"browser": "./src/client/index.mjs",
"bin": {
Expand Down

0 comments on commit a5eb467

Please sign in to comment.