Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
chore(release): 4.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-beta.1](v3.10.4...v4.0.0-beta.1) (2020-12-21)

### Features

* authenticate without entering a password ([#513](#513)) ([fe8d8c3](fe8d8c3))

### BREAKING CHANGES

* by default, the authentication process will redirect to a web page to validate a code.
  • Loading branch information
forest-bot committed Dec 21, 2020
1 parent fe8d8c3 commit 99cc33b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 99cc33b

Please sign in to comment.