Skip to content

Commit d28b2d7

Browse files
authored
Merge pull request #14 from octet-stream/changeset-release/main
2 parents 5be5ae8 + 621b3da commit d28b2d7

File tree

5 files changed

+16
-17
lines changed

5 files changed

+16
-17
lines changed

.changeset/fuzzy-worms-swim.md

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

.changeset/loud-rooms-exist.md

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

.changeset/many-walls-count.md

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

CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#9](https://github.com/octet-stream/better-auth-mikro-orm/pull/9) [`2fbe35a`](https://github.com/octet-stream/better-auth-mikro-orm/commit/2fbe35a86d2881debdd3f94d78474438c3023150) Thanks [@octet-stream](https://github.com/octet-stream)! - Support fields and models naming customization
8+
9+
- [#9](https://github.com/octet-stream/better-auth-mikro-orm/pull/9) [`2fbe35a`](https://github.com/octet-stream/better-auth-mikro-orm/commit/2fbe35a86d2881debdd3f94d78474438c3023150) Thanks [@octet-stream](https://github.com/octet-stream)! - Support better-auth createAdapter utility
10+
11+
### Patch Changes
12+
13+
- [#12](https://github.com/octet-stream/better-auth-mikro-orm/pull/12) [`bb39133`](https://github.com/octet-stream/better-auth-mikro-orm/commit/bb39133dd25e16fe9608effe72ff8015c2a15a36) Thanks [@cjroebuck](https://github.com/cjroebuck)! - fix(adapter): Support embedded references
14+
315
## 0.3.0
416

517
### 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.3.0",
5+
"version": "0.4.0",
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)