Skip to content

Commit 524c0ca

Browse files
committed
Prepare for 1.4.0 release
1 parent 3e7e24c commit 524c0ca

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.4.0] -- 2021-09-24
9+
10+
- Bump django from 3.2.4 to 3.2.5 #299
11+
- Add issue templates #293
12+
- Add skip_common_chunks functionality #297
13+
814
## [1.3.0] -- 2021-08-30
915

1016
- Add option for rel="preload" in JS/CSS tags #203

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.3.0",
18+
"webpack-bundle-tracker": "1.4.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.3.0'
2+
__version__ = '1.4.0'
33

44
import django
55

0 commit comments

Comments
 (0)