Skip to content

Commit 4625389

Browse files
committed
chore(release): 7.0.0 [skip ci]
# [7.0.0](v6.7.2...v7.0.0) (2021-02-08) ### Bug Fixes * **authentication:** error when authenticating with an invalid token in cookies ([#476](#476)) ([e61460a](e61460a)) * user being disconnected after 33min instead of 14 days ([#474](#474)) ([8a70566](8a70566)) ### Features * init function now uses connections & objectMapping instead of sequelize as parameter ([#432](#432)) ([97b2ac2](97b2ac2)) ### BREAKING CHANGES * mongoose 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)
1 parent cf3c77d commit 4625389

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [7.0.0](https://github.com/ForestAdmin/forest-express-mongoose/compare/v6.7.2...v7.0.0) (2021-02-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **authentication:** error when authenticating with an invalid token in cookies ([#476](https://github.com/ForestAdmin/forest-express-mongoose/issues/476)) ([e61460a](https://github.com/ForestAdmin/forest-express-mongoose/commit/e61460a8c35d2bae86a9c915908ae1a8146243c3))
7+
* user being disconnected after 33min instead of 14 days ([#474](https://github.com/ForestAdmin/forest-express-mongoose/issues/474)) ([8a70566](https://github.com/ForestAdmin/forest-express-mongoose/commit/8a70566653c52c4447668cbe9e383488e4c3a071))
8+
9+
10+
### Features
11+
12+
* init function now uses connections & objectMapping instead of sequelize as parameter ([#432](https://github.com/ForestAdmin/forest-express-mongoose/issues/432)) ([97b2ac2](https://github.com/ForestAdmin/forest-express-mongoose/commit/97b2ac2e29374de51435c5dff79fd033b41b74eb))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* mongoose options is not supported anymore by Liana.init()
18+
connections and objectMapping is now required on Liana.init().
19+
Update forest-express dependency to 8.0.0-beta.1 (See https://github.com/ForestAdmin/forest-express/tree/v8.0.0-beta.1)
20+
121
## [6.7.2](https://github.com/ForestAdmin/forest-express-mongoose/compare/v6.7.1...v6.7.2) (2021-01-20)
222

323

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-mongoose",
33
"description": "Official Express/Mongoose Liana for Forest",
4-
"version": "7.0.0-beta.4",
4+
"version": "7.0.0",
55
"author": "Sandro Munda <[email protected]>",
66
"contributors": [
77
"Arnaud Besnier <[email protected]>",

0 commit comments

Comments
 (0)