Skip to content

Commit

Permalink
chore(release): 1.4.11 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.11](v1.4.10...v1.4.11) (2023-04-12)

### Bug Fixes

* **scope:** allows users to filter on integer field ([#131](#131)) ([006ce6c](006ce6c))
  • Loading branch information
forest-bot committed Apr 12, 2023
1 parent 006ce6c commit a6c6bdb
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.4.11](https://github.com/ForestAdmin/django-forest/compare/v1.4.10...v1.4.11) (2023-04-12)


### Bug Fixes

* **scope:** allows users to filter on integer field ([#131](https://github.com/ForestAdmin/django-forest/issues/131)) ([006ce6c](https://github.com/ForestAdmin/django-forest/commit/006ce6cf135b09c108ef096731259fff24a168a0))

## [1.4.10](https://github.com/ForestAdmin/django-forest/compare/v1.4.9...v1.4.10) (2023-04-11)


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

0 comments on commit a6c6bdb

Please sign in to comment.