Skip to content

Commit

Permalink
chore(release): 1.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.5](v1.1.4...v1.1.5) (2022-03-29)

### Bug Fixes

* **onboarding:** won't raised error with custom field ([#97](#97)) ([8c0fbc8](8c0fbc8))
  • Loading branch information
forest-bot committed Mar 29, 2022
1 parent 8c0fbc8 commit 658c44b
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.1.5](https://github.com/ForestAdmin/django-forest/compare/v1.1.4...v1.1.5) (2022-03-29)


### Bug Fixes

* **onboarding:** won't raised error with custom field ([#97](https://github.com/ForestAdmin/django-forest/issues/97)) ([8c0fbc8](https://github.com/ForestAdmin/django-forest/commit/8c0fbc83383fb3913c8c77893f5383b522855a2e))

## [1.1.4](https://github.com/ForestAdmin/django-forest/compare/v1.1.3...v1.1.4) (2022-03-14)


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.1.4",
"version": "1.1.5",
"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.1.4
version = 1.1.5
description = The Django Liana for Forest Admin.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 658c44b

Please sign in to comment.