Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.2...v1.3.0) (2022-05-05)

### Features

* **cors:** add the pna preflight headers to handle the last chrome versions ([#103](#103)) ([9e458f4](9e458f4))
  • Loading branch information
forest-bot committed May 5, 2022
1 parent 9e458f4 commit 873faf6
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.3.0](https://github.com/ForestAdmin/django-forest/compare/v1.2.2...v1.3.0) (2022-05-05)


### Features

* **cors:** add the pna preflight headers to handle the last chrome versions ([#103](https://github.com/ForestAdmin/django-forest/issues/103)) ([9e458f4](https://github.com/ForestAdmin/django-forest/commit/9e458f401a76e9e81904df5bfeabdcb479c866bd))

## [1.2.2](https://github.com/ForestAdmin/django-forest/compare/v1.2.1...v1.2.2) (2022-04-19)


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

0 comments on commit 873faf6

Please sign in to comment.