Skip to content

Commit ef652d4

Browse files
rvlbfjsj
authored andcommitted
Bump version to 1.6.0
1 parent b4ba26a commit ef652d4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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
9+
- Add a setting to configure skip common chunks behaviour globally
10+
- Bump django from 3.2.12 to 3.2.13
11+
- Add support for Django 4.0
12+
813
## [1.5.0] -- 2022-03-25
914
- Added support for Subresource Integrity
1015
- Bump django from 3.2.7 to 3.2.12

tests/package.json

Lines changed: 1 addition & 1 deletion
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.5.0",
18+
"webpack-bundle-tracker": "1.6.0",
1919
"webpack-cli": "^3.3.10",
2020
"webpack-dev-server": "^3.0.0"
2121
}

webpack_loader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'Owais Lone'
2-
__version__ = '1.5.0'
2+
__version__ = '1.6.0'
33

44
import django
55

0 commit comments

Comments
 (0)