Skip to content

Commit 027a2c3

Browse files
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.5.1...v1.0.0) (2020-08-22) ### Bug Fixes * bring back old admin-bro package ([4748b65](4748b65)) * catch and return sequelize unique constraint error ([9d7520c](9d7520c)) * properly combine multiple case insensitive filters ([88b7fa1](88b7fa1)) * searching by text ([28a652e](28a652e)) * use model name when case insensitive filtering ([698d26a](698d26a)) ### improvement * 🔥 rename package to @admin-bro/sequelize ([f561dad](f561dad)) ### BREAKING CHANGES * now users has to import @admin-bro/sequelize
1 parent 3525e3c commit 027a2c3

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": "@admin-bro/sequelize",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0",
44
"description": "Sequelize adapter for AdminBro",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)