Skip to content

Commit b26b0e8

Browse files
committed
Release 1.4.0
1 parent 8d3947e commit b26b0e8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.4.0](https://github.com/windicss/webpack-windicss-plugin/compare/1.3.0...1.4.0)
8+
9+
- fix(webpack5): Fix null invalid file names causing HMR issues, fixes #86 [`#86`](https://github.com/windicss/webpack-windicss-plugin/issues/86)
10+
- chore(dependencies): bump windicss and @windicss/plugin-utils [`b229b3c`](https://github.com/windicss/webpack-windicss-plugin/commit/b229b3cd5e5d6315cd94794a65e28af85f010967)
11+
- chore(linting): lint skipped files [`8d3947e`](https://github.com/windicss/webpack-windicss-plugin/commit/8d3947e83490fe5f6960959ff7a50e0ee4a40cf8)
12+
713
#### [1.3.0](https://github.com/windicss/webpack-windicss-plugin/compare/1.2.5...1.3.0)
814

15+
> 9 July 2021
16+
917
- fix(hmr): invalidate module with virtual module content, fixes #86 [`#86`](https://github.com/windicss/webpack-windicss-plugin/issues/86)
1018
- chore(examples): misc playing around changes [`6657c46`](https://github.com/windicss/webpack-windicss-plugin/commit/6657c461955e4df3023ffe8f331a2dabd9c2ea57)
19+
- Release 1.3.0 [`73d0633`](https://github.com/windicss/webpack-windicss-plugin/commit/73d0633b398fab2a9227d0b1e336cc03bb30583a)
1120
- chore(examples): fix dodgy jsx className's [`698e8fd`](https://github.com/windicss/webpack-windicss-plugin/commit/698e8fdc1e93dda4958602078251670d0d2abfde)
1221

1322
#### [1.2.5](https://github.com/windicss/webpack-windicss-plugin/compare/1.2.4...1.2.5)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "windicss-webpack-plugin",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"license": "MIT",
55
"author": {
66
"name": "Harlan Wilton",

0 commit comments

Comments
 (0)