Skip to content

Commit

Permalink
chore(release): 1.0.15 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.15](v1.0.14...v1.0.15) (2022-02-10)

### Bug Fixes

* **permissions:** user_id in token is a string whereas user_id lists in permissions fetch are string ([#86](#86)) ([9852365](9852365))
  • Loading branch information
forest-bot committed Feb 10, 2022
1 parent 9852365 commit 4ce7171
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.15](https://github.com/ForestAdmin/django-forest/compare/v1.0.14...v1.0.15) (2022-02-10)


### Bug Fixes

* **permissions:** user_id in token is a string whereas user_id lists in permissions fetch are string ([#86](https://github.com/ForestAdmin/django-forest/issues/86)) ([9852365](https://github.com/ForestAdmin/django-forest/commit/9852365e13c45c4401defd64c8bda4ba68cb63e1))

## [1.0.14](https://github.com/ForestAdmin/django-forest/compare/v1.0.13...v1.0.14) (2022-02-10)


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

0 comments on commit 4ce7171

Please sign in to comment.