Skip to content

Commit

Permalink
v2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlb authored and fjsj committed Jun 14, 2023
1 parent b644839 commit ad67128
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,10 @@ 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).

## [2.0.0] -- 2023-02-24
## [2.0.1] -- 2023-06-14
- Add support for Django 4.2

## [2.0.0] -- 2023-05-22
- Update examples to use `webpack-bundle-tracker@2.0.0` API and keep version parity with it
- Update Django to 3.2.19
- Add mocked `get_assets` method to `FakeWebpackLoader` for usage in tests
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Expand Up @@ -15,7 +15,7 @@
"react": "^16.0.0",
"webpack": "^4.0.0",
"compression-webpack-plugin": "^6.1.1",
"webpack-bundle-tracker": "2.0.0",
"webpack-bundle-tracker": "2.0.1",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion webpack_loader/__init__.py
@@ -1,5 +1,5 @@
__author__ = 'Owais Lone'
__version__ = '2.0.0'
__version__ = '2.0.1'

import django

Expand Down

0 comments on commit ad67128

Please sign in to comment.