Skip to content

Commit 0b5046f

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.0...v4.0.0) (2024-03-04) ### Features * add support for MikroORM v6 ([155e671](155e671)) ### BREAKING CHANGES * Metadata structure's changed in MikroORM v6. The adapter setup remains the same, but access to some information's changed so this version will only work with MikroORM v6+.
1 parent 155e671 commit 0b5046f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": "./lib/index.js"
1919
}
2020
},
21-
"version": "3.0.0",
21+
"version": "4.0.0",
2222
"license": "MIT",
2323
"scripts": {
2424
"clean": "rm -fR lib",

0 commit comments

Comments
 (0)