From 99cc33ba8ac43044c320e915d25603ef0fe5ee98 Mon Sep 17 00:00:00 2001 From: Forest Date: Mon, 21 Dec 2020 14:43:05 +0000 Subject: [PATCH] chore(release): 4.0.0-beta.1 [skip ci] # [4.0.0-beta.1](https://github.com/ForestAdmin/lumber/compare/v3.10.4...v4.0.0-beta.1) (2020-12-21) ### Features * authenticate without entering a password ([#513](https://github.com/ForestAdmin/lumber/issues/513)) ([fe8d8c3](https://github.com/ForestAdmin/lumber/commit/fe8d8c3b0e1a45430a4b0a86a2f7e2b1a2f5d57a)) ### BREAKING CHANGES * by default, the authentication process will redirect to a web page to validate a code. --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96302d05..1ccc9c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [4.0.0-beta.1](https://github.com/ForestAdmin/lumber/compare/v3.10.4...v4.0.0-beta.1) (2020-12-21) + + +### Features + +* authenticate without entering a password ([#513](https://github.com/ForestAdmin/lumber/issues/513)) ([fe8d8c3](https://github.com/ForestAdmin/lumber/commit/fe8d8c3b0e1a45430a4b0a86a2f7e2b1a2f5d57a)) + + +### BREAKING CHANGES + +* by default, the authentication process will redirect to a web page to validate a code. + ## [3.10.4](https://github.com/ForestAdmin/lumber/compare/v3.10.3...v3.10.4) (2020-12-01) diff --git a/package.json b/package.json index ba10972b..83f28d88 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.10.4", + "version": "4.0.0-beta.1", "main": "lumber.js", "scripts": { "lint": "./node_modules/eslint/bin/eslint.js ./*.js .eslint-bin deserializers serializers services test utils",