diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f182625..8f5f3595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.6](https://github.com/ForestAdmin/lumber/compare/v4.1.5...v4.1.6) (2021-04-06) + + +### Bug Fixes + +* **security:** patch node-notifier dependency vulnerabilities ([#563](https://github.com/ForestAdmin/lumber/issues/563)) ([872a655](https://github.com/ForestAdmin/lumber/commit/872a655e293c792cf5c9ea97be1042a580c6dba3)) + ## [4.1.5](https://github.com/ForestAdmin/lumber/compare/v4.1.4...v4.1.5) (2021-04-06) diff --git a/package.json b/package.json index 0050f049..0be04acd 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": "4.1.5", + "version": "4.1.6", "main": "lumber.js", "scripts": { "lint": "./node_modules/eslint/bin/eslint.js ./*.js .eslint-bin deserializers serializers services test utils",