Skip to content

Commit f93992c

Browse files
authored
Merge pull request #285 from django-webpack/1.1.0-release
Publishes version 1.1.0
2 parents 0db7310 + c8772ea commit f93992c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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.1.0] -- 2021-06-18
9+
10+
- Added compatibility with `[email protected]`
11+
- Removes bower references in project
12+
- Fix jinja configuration example in README.md
13+
814
## [1.0.0] -- 2021-05-12
915

1016
- Added support for custom loader classes

webpack_loader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__author__ = 'Owais Lone'
2-
__version__ = '1.0.0'
2+
__version__ = '1.1.0'
33

44
default_app_config = 'webpack_loader.apps.WebpackLoaderConfig'

0 commit comments

Comments
 (0)