Skip to content

Commit 7c59c94

Browse files
Bump version
1 parent 9116cda commit 7c59c94

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.changeset/three-rabbits-fall.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.3
4+
5+
### Patch Changes
6+
7+
- [#24](https://github.com/octet-stream/better-auth-mikro-orm/pull/24) [`2fd766a`](https://github.com/octet-stream/better-auth-mikro-orm/commit/2fd766a48b297bd493f84e4f7d59e555afd9f893) Thanks [@octet-stream](https://github.com/octet-stream)! - Remove fields filtering from output normalization
8+
39
## 0.4.2
410

511
### Patch 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.2",
5+
"version": "0.4.3",
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)