Skip to content

Commit 2f351da

Browse files
rvlbfjsj
authored andcommitted
Update to v1.7.0
1 parent 981d7f2 commit 2f351da

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ For more general information, view the [readme](README.md).
55
Releases are added to the
66
[github release page](https://github.com/ezhome/django-webpack-loader/releases).
77

8-
## [1.6.0] -- 2022-03-25
8+
## [1.7.0] -- 2022-11-14
9+
- Bump django to 3.2.15
10+
11+
## [1.6.0] -- 2022-06-20
912
- Add a setting to configure skip common chunks behaviour globally
1013
- Bump django from 3.2.12 to 3.2.13
1114
- Add support for Django 4.0

Diff for: tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react": "^16.0.0",
1616
"webpack": "^4.0.0",
1717
"compression-webpack-plugin": "^6.1.1",
18-
"webpack-bundle-tracker": "1.6.0",
18+
"webpack-bundle-tracker": "1.7.0",
1919
"webpack-cli": "^3.3.10",
2020
"webpack-dev-server": "^3.0.0"
2121
}

Diff for: webpack_loader/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'Owais Lone'
2-
__version__ = '1.6.0'
2+
__version__ = '1.7.0'
33

44
import django
55

0 commit comments

Comments
 (0)