Skip to content

Commit d72ca36

Browse files
rvlbfjsj
authored andcommitted
Release 1.8.1
1 parent c52d8ca commit d72ca36

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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.8.1] -- 2023-02-06
9+
- Add a `FakeWebpackLoader` for running tests
10+
811
## [1.8.0] -- 2022-12-09
912
- Add compatibility for Django 4.1 and Python 3.10
1013

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

44
import django
55

0 commit comments

Comments
 (0)