Skip to content

Commit 7d5c284

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.4...v3.0.0) (2022-04-26) ### Features * add in support for 0.3 typeorm ([#43](https://github.com/SoftwareBrothers/adminjs-typeorm/issues/43))([@asheliahut](https://github.com/asheliahut)) ([e989388](e989388)) ### BREAKING CHANGES * The adapter has been updated to work with Typeorm of version ~0.3.0 so it will no longer work with older versions of Typeorm. - Change `Connection` inputsto `DataSource` for referencing database - Update all find methods to findBy
1 parent e989388 commit 7d5c284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adminjs/typeorm",
3-
"version": "2.0.4",
3+
"version": "3.0.0",
44
"description": "TypeORM adapter for AdminJS",
55
"keywords": [
66
"typeorm",

0 commit comments

Comments
 (0)