Skip to content

Commit

Permalink
Release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlb authored and fjsj committed Feb 6, 2023
1 parent c52d8ca commit d72ca36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ For more general information, view the [readme](README.md).
Releases are added to the
[github release page](https://github.com/ezhome/django-webpack-loader/releases).

## [1.8.1] -- 2023-02-06
- Add a `FakeWebpackLoader` for running tests

## [1.8.0] -- 2022-12-09
- Add compatibility for Django 4.1 and Python 3.10

Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^16.0.0",
"webpack": "^4.0.0",
"compression-webpack-plugin": "^6.1.1",
"webpack-bundle-tracker": "1.8.0",
"webpack-bundle-tracker": "1.8.1",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion webpack_loader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = 'Owais Lone'
__version__ = '1.8.0'
__version__ = '1.8.1'

import django

Expand Down

0 comments on commit d72ca36

Please sign in to comment.