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

Commit

Permalink
chore(release): 3.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.7.1](v3.7.0...v3.7.1) (2020-09-23)

### Bug Fixes

* **generate:** fix association alias duplication ([#473](#473)) ([81766b8](81766b8))
  • Loading branch information
forest-bot committed Sep 23, 2020
1 parent 81766b8 commit 31c7319
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.7.1](https://github.com/ForestAdmin/lumber/compare/v3.7.0...v3.7.1) (2020-09-23)


### Bug Fixes

* **generate:** fix association alias duplication ([#473](https://github.com/ForestAdmin/lumber/issues/473)) ([81766b8](https://github.com/ForestAdmin/lumber/commit/81766b8cd2a5c1b1bbc93e4bcd60b8d7902816aa))

# [3.7.0](https://github.com/ForestAdmin/lumber/compare/v3.6.11...v3.7.0) (2020-09-21)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.0",
"version": "3.7.1",
"main": "lumber.js",
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js ./*.js .eslint-bin deserializers scripts serializers services test utils",
Expand Down

0 comments on commit 31c7319

Please sign in to comment.