Skip to content

Commit 785a734

Browse files
committed
chore(release): 8.0.0-beta.7 [skip ci]
# [8.0.0-beta.7](v8.0.0-beta.6...v8.0.0-beta.7) (2021-07-09) ### Features * allow hooks for global and bulk smart action ([#622](#622)) ([2c5c7d1](2c5c7d1)) ### BREAKING CHANGES * record is no longer send to the hook middleware & values option on smart action is no longer supported
1 parent 2c5c7d1 commit 785a734

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [8.0.0-beta.7](https://github.com/ForestAdmin/forest-express-mongoose/compare/v8.0.0-beta.6...v8.0.0-beta.7) (2021-07-09)
2+
3+
4+
### Features
5+
6+
* allow hooks for global and bulk smart action ([#622](https://github.com/ForestAdmin/forest-express-mongoose/issues/622)) ([2c5c7d1](https://github.com/ForestAdmin/forest-express-mongoose/commit/2c5c7d19cd6887b66014c255dd032c20b7bc54df))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* record is no longer send to the hook middleware & values option on smart action is no longer supported
12+
113
# [8.0.0-beta.6](https://github.com/ForestAdmin/forest-express-mongoose/compare/v8.0.0-beta.5...v8.0.0-beta.6) (2021-07-08)
214

315

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": "8.0.0-beta.6",
4+
"version": "8.0.0-beta.7",
55
"author": "Sandro Munda <[email protected]>",
66
"contributors": [
77
"Arnaud Besnier <[email protected]>",

0 commit comments

Comments
 (0)