Skip to content

Commit

Permalink
chore(release): 1.0.10 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.10](v1.0.9...v1.0.10) (2022-02-02)

### Bug Fixes

* **apimap:** fix the way to retrieve the related field name and the internal type ([#81](#81)) ([505729c](505729c))
  • Loading branch information
forest-bot committed Feb 2, 2022
1 parent 505729c commit ab91e2a
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 @@
## [1.0.10](https://github.com/ForestAdmin/django-forest/compare/v1.0.9...v1.0.10) (2022-02-02)


### Bug Fixes

* **apimap:** fix the way to retrieve the related field name and the internal type ([#81](https://github.com/ForestAdmin/django-forest/issues/81)) ([505729c](https://github.com/ForestAdmin/django-forest/commit/505729c14d954d028f4da2c9f54141047ccd6c51))

## [1.0.9](https://github.com/ForestAdmin/django-forest/compare/v1.0.8...v1.0.9) (2022-02-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "django-forest",
"version": "1.0.9",
"version": "1.0.10",
"description": "The official Django liana for Forest.",
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-forestadmin
version = 1.0.9
version = 1.0.10
description = The Django Liana for Forest Admin.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit ab91e2a

Please sign in to comment.