Skip to content

Commit 4e39c44

Browse files
chore(release): 7.0.0-beta.1 [skip ci]
# [7.0.0-beta.1](v6.4.0...v7.0.0-beta.1) (2020-11-24) ### Features * init function now uses connections & objectMapping instead of sequelize as parameter ([#539](#539)) ([74262ac](74262ac)) ### BREAKING CHANGES * sequelize options is not supported anymore by Liana.init() connections and objectMapping is now required on Liana.init(). Update forest-express dependency to 8.0.0-beta.1 (See https://github.com/ForestAdmin/forest-express/tree/v8.0.0-beta.1) Co-authored-by: jeffladiray <[email protected]>
1 parent 74262ac commit 4e39c44

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [7.0.0-beta.1](https://github.com/ForestAdmin/forest-express-sequelize/compare/v6.4.0...v7.0.0-beta.1) (2020-11-24)
2+
3+
4+
### Features
5+
6+
* init function now uses connections & objectMapping instead of sequelize as parameter ([#539](https://github.com/ForestAdmin/forest-express-sequelize/issues/539)) ([74262ac](https://github.com/ForestAdmin/forest-express-sequelize/commit/74262acfc7d77ce1e0aa1b2f44d3e69b7fce470a))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* sequelize options is not supported anymore by Liana.init()
12+
connections and objectMapping is now required on Liana.init().
13+
Update forest-express dependency to 8.0.0-beta.1 (See https://github.com/ForestAdmin/forest-express/tree/v8.0.0-beta.1)
14+
15+
Co-authored-by: jeffladiray <[email protected]>
16+
117
# [6.4.0](https://github.com/ForestAdmin/forest-express-sequelize/compare/v6.3.15...v6.4.0) (2020-11-17)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "forest-express-sequelize",
33
"description": "Official Express/Sequelize Liana for Forest",
4-
"version": "6.4.0",
4+
"version": "7.0.0-beta.1",
55
"author": "Sandro Munda <[email protected]>",
66
"contributors": [
77
"Arnaud Besnier <[email protected]>",

0 commit comments

Comments
 (0)