Skip to content

Commit f0d9c3b

Browse files
Bump version
1 parent 801211f commit f0d9c3b

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.changeset/upset-mails-arrive.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.3.0
4+
5+
### Minor Changes
6+
7+
- [#7](https://github.com/octet-stream/better-auth-mikro-orm/pull/7) [`4e59526`](https://github.com/octet-stream/better-auth-mikro-orm/commit/4e59526770fbcdd4c0fb57c9fcbee1838bdd2cd6) Thanks [@octet-stream](https://github.com/octet-stream)! - Implement count method for adapter
8+
39
## 0.2.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.2.0",
5+
"version": "0.3.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)