Skip to content

Commit

Permalink
Update to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlb authored and fjsj committed Nov 14, 2022
1 parent 981d7f2 commit 2f351da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,10 @@ For more general information, view the [readme](README.md).
Releases are added to the
[github release page](https://github.com/ezhome/django-webpack-loader/releases).

## [1.6.0] -- 2022-03-25
## [1.7.0] -- 2022-11-14
- Bump django to 3.2.15

## [1.6.0] -- 2022-06-20
- Add a setting to configure skip common chunks behaviour globally
- Bump django from 3.2.12 to 3.2.13
- Add support for Django 4.0
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Expand Up @@ -15,7 +15,7 @@
"react": "^16.0.0",
"webpack": "^4.0.0",
"compression-webpack-plugin": "^6.1.1",
"webpack-bundle-tracker": "1.6.0",
"webpack-bundle-tracker": "1.7.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion webpack_loader/__init__.py
@@ -1,5 +1,5 @@
__author__ = 'Owais Lone'
__version__ = '1.6.0'
__version__ = '1.7.0'

import django

Expand Down

0 comments on commit 2f351da

Please sign in to comment.