Skip to content

Commit 709cfed

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2021-12-17) ### Bug Fixes * fix 'main' entry in package.json ([1b52683](1b52683)) * individual exported database and resource ([c22adae](c22adae)) * individual exported database and resource ([345e086](345e086)) * lint ([1d54bf7](1d54bf7)) * lint ([5d81cd6](5d81cd6)) * update npm ignore ([056fb08](056fb08)) * use LIKE instead of ILIKE ([020cebd](020cebd)) ### Features * do not include tests in build ([49a2c27](49a2c27)) * do not include tests in build ([ca3733e](ca3733e)) * migrated index.js to index.ts to allow proper imports ([2475d59](2475d59))
1 parent e8f8d0a commit 709cfed

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/sequelize",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Sequelize adapter for AdminJS",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)