We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a46d2a commit f489212Copy full SHA for f489212
CHANGELOG.md
@@ -5,6 +5,9 @@
5
- Technical - Upgrade ESLint rules.
6
- Technical - Ensure that all files follow the ESLint rules.
7
8
+### Fixed
9
+- Export - Fix export on related data.
10
+
11
## RELEASE 5.4.0 - 2019-11-29
12
### Added
13
- Smart Relationship/Collection - Expose a serializer to simplify the serialization.
package.json
@@ -25,7 +25,7 @@
25
"dependencies": {
26
"babel-runtime": "7.0.0-beta.3",
27
"bluebird": "2.9.25",
28
- "forest-express": "5.4.0",
+ "forest-express": "5.4.1",
29
"http-errors": "1.6.1",
30
"lodash": "4.17.13",
31
"moment": "2.19.4",
0 commit comments