We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411de6f commit b3e07b4Copy full SHA for b3e07b4
2 files changed
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Change Log
2
3
## [Unreleased]
4
+
5
+## RELEASE 6.0.1 - 2020-04-06
6
### Fixed
7
- Security - Fix potential vulnerability upgrading `acorn` dependency.
8
- Technical - Unwrap default values in APIMap field builder.
package.json
@@ -1,7 +1,7 @@
{
"name": "forest-express-sequelize",
"description": "Official Express/Sequelize Liana for Forest",
- "version": "6.0.0",
+ "version": "6.0.1",
"author": "Sandro Munda <sandro@munda.me>",
"contributors": [
"Arnaud Besnier <arnaudibesnier@gmail.com>",
@@ -68,4 +68,4 @@
68
"pre-commit": [
69
"pre-commit"
70
]
71
-}
+}
0 commit comments