Skip to content

Commit e9996aa

Browse files
authored
Merge pull request #21 from octet-stream/changeset-release/main
2 parents d658d26 + 177379c commit e9996aa

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/cute-regions-wash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/long-taxis-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spotty-peaches-hunt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# better-auth-mikro-orm
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- [#23](https://github.com/octet-stream/better-auth-mikro-orm/pull/23) [`1407666`](https://github.com/octet-stream/better-auth-mikro-orm/commit/1407666c313b687c7877dea0a4e0168f5e5b48df) Thanks [@octet-stream](https://github.com/octet-stream)! - Use `nativeDelete` and `nativeUpdate` ORM methods for `updateMany`/`deleteMany`. However, this change mean that Identity Map won't be updated after `deleteMany` and `updateMany` methods.
8+
9+
- [#20](https://github.com/octet-stream/better-auth-mikro-orm/pull/20) [`31f3fb1`](https://github.com/octet-stream/better-auth-mikro-orm/commit/31f3fb1c376c59f2ad83cc327e52fd35afb75af2) Thanks [@octet-stream](https://github.com/octet-stream)! - Remove `orm.em.clear` usage from `adapter.updateMany`
10+
11+
- [#22](https://github.com/octet-stream/better-auth-mikro-orm/pull/22) [`fe209dc`](https://github.com/octet-stream/better-auth-mikro-orm/commit/fe209dc013d2ec789215bda77ef48e7e887687d1) Thanks [@octet-stream](https://github.com/octet-stream)! - Use `getReference` to ensure references loaded correctly
12+
313
## 0.4.1
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": false,
33
"type": "module",
44
"name": "better-auth-mikro-orm",
5-
"version": "0.4.1",
5+
"version": "0.4.2",
66
"description": "Mikro ORM Adapter for Better Auth",
77
"keywords": [
88
"auth",

0 commit comments

Comments
 (0)