Skip to content

Commit 011376c

Browse files
authored
Merge pull request #17 from octet-stream/changeset-release/main
2 parents 758164e + 237da48 commit 011376c

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.changeset/wise-meals-flow.md

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

CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [#16](https://github.com/octet-stream/better-auth-mikro-orm/pull/16) [`f385105`](https://github.com/octet-stream/better-auth-mikro-orm/commit/f385105778ab10f511aa5315bf6b8890dfbb573a) Thanks [@octet-stream](https://github.com/octet-stream)! - Replace `nativeDelete` with `remove` method to delete rows to properly update IdentityMap in `adapter.deleteMany` method.
8+
39
## 0.4.0
410

511
### Minor Changes

package.json

Lines changed: 4 additions & 2 deletions
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.0",
5+
"version": "0.4.1",
66
"description": "Mikro ORM Adapter for Better Auth",
77
"keywords": [
88
"auth",
@@ -43,7 +43,9 @@
4343
},
4444
"./package.json": "./package.json"
4545
},
46-
"files": ["lib"],
46+
"files": [
47+
"lib"
48+
],
4749
"scripts": {
4850
"build": "del-cli lib && tsup-node",
4951
"test": "vitest run",

0 commit comments

Comments
 (0)