From d17bbcd2cc6e460c998a68a302cdb9f538ddc977 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Mon, 19 Jul 2021 15:18:34 +0000 Subject: [PATCH] chore(release): 4.2.0 [skip ci] # [4.2.0](https://github.com/ForestAdmin/lumber/compare/v4.1.10...v4.2.0) (2021-07-19) ### Features * add deprecation warning to use forest cli instead ([#582](https://github.com/ForestAdmin/lumber/issues/582)) ([694f099](https://github.com/ForestAdmin/lumber/commit/694f099e3ec8e00a9f675d63c55369b9abba2b6e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f1fd290..ec0d08ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.2.0](https://github.com/ForestAdmin/lumber/compare/v4.1.10...v4.2.0) (2021-07-19) + + +### Features + +* add deprecation warning to use forest cli instead ([#582](https://github.com/ForestAdmin/lumber/issues/582)) ([694f099](https://github.com/ForestAdmin/lumber/commit/694f099e3ec8e00a9f675d63c55369b9abba2b6e)) + ## [4.1.10](https://github.com/ForestAdmin/lumber/compare/v4.1.9...v4.1.10) (2021-06-23) diff --git a/package.json b/package.json index d8bf4b97..4c8d0734 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.10", + "version": "4.2.0", "main": "lumber.js", "scripts": { "lint": "./node_modules/eslint/bin/eslint.js ./*.js .eslint-bin deserializers serializers services test utils",