diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5cd582..87812284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.5.4](https://github.com/ForestAdmin/lumber/compare/v3.5.3...v3.5.4) (2020-05-11) + + +### Bug Fixes + +* **security:** patch newly detected vulnerabilities ([#431](https://github.com/ForestAdmin/lumber/issues/431)) ([724a6a9](https://github.com/ForestAdmin/lumber/commit/724a6a9709059b65023c0453d59218595c17ee5d)) + # Change Log ## [Unreleased] diff --git a/package.json b/package.json index 349a309d..02cfca39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lumber-cli", "description": "Create your Forest Admin API in minutes. Admin API backend based on a database schema", - "version": "3.5.3", + "version": "3.5.4", "main": "lumber.js", "scripts": { "lint": "./node_modules/eslint/bin/eslint.js ./*.js .eslint-bin deserializers scripts serializers services test utils",