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.2 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-beta.2](v4.0.0-beta.1...v4.0.0-beta.2) (2021-01-05)

### Bug Fixes

* **sequelize:** fix error when working with column table including parenthesis ([#520](#520)) ([79c041b](79c041b))
  • Loading branch information
forest-bot committed Jan 5, 2021
1 parent b1f78bc commit 23b22a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.0.0-beta.2](https://github.com/ForestAdmin/lumber/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2021-01-05)


### Bug Fixes

* **sequelize:** fix error when working with column table including parenthesis ([#520](https://github.com/ForestAdmin/lumber/issues/520)) ([79c041b](https://github.com/ForestAdmin/lumber/commit/79c041b8ca6a78db198e71a4b0ec1dbba224acbd))

## [3.10.5](https://github.com/ForestAdmin/lumber/compare/v3.10.4...v3.10.5) (2020-12-21)


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": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"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 23b22a5

Please sign in to comment.