Skip to content

Commit ad67128

Browse files
rvlbfjsj
authored andcommitted
v2.0.1 release
1 parent b644839 commit ad67128

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-
## [2.0.0] -- 2023-02-24
8+
## [2.0.1] -- 2023-06-14
9+
- Add support for Django 4.2
10+
11+
## [2.0.0] -- 2023-05-22
912
- Update examples to use `[email protected]` API and keep version parity with it
1013
- Update Django to 3.2.19
1114
- Add mocked `get_assets` method to `FakeWebpackLoader` for usage in tests

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": "2.0.0",
18+
"webpack-bundle-tracker": "2.0.1",
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__ = '2.0.0'
2+
__version__ = '2.0.1'
33

44
import django
55

0 commit comments

Comments
 (0)