diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a1979f..6f917a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.3.0](https://github.com/windicss/webpack-windicss-plugin/compare/1.2.5...1.3.0) + +- fix(hmr): invalidate module with virtual module content, fixes #86 [`#86`](https://github.com/windicss/webpack-windicss-plugin/issues/86) +- chore(examples): misc playing around changes [`6657c46`](https://github.com/windicss/webpack-windicss-plugin/commit/6657c461955e4df3023ffe8f331a2dabd9c2ea57) +- chore(examples): fix dodgy jsx className's [`698e8fd`](https://github.com/windicss/webpack-windicss-plugin/commit/698e8fdc1e93dda4958602078251670d0d2abfde) + #### [1.2.5](https://github.com/windicss/webpack-windicss-plugin/compare/1.2.4...1.2.5) +> 8 July 2021 + +- Release 1.2.5 [`11e818a`](https://github.com/windicss/webpack-windicss-plugin/commit/11e818aa8c2da01ebb2ddb11557d8fc7f2967b38) - chore(examples): disable eslint for next example [`80583a3`](https://github.com/windicss/webpack-windicss-plugin/commit/80583a38c61d7f106f4d51bce42efe4e0d1a39db) - fix(build): force virtual module loader to run first [`ab774df`](https://github.com/windicss/webpack-windicss-plugin/commit/ab774df5dcbba766a476892000e08fb08bd14e7a) diff --git a/package.json b/package.json index 492241b..1db8429 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "windicss-webpack-plugin", - "version": "1.2.5", + "version": "1.3.0", "license": "MIT", "author": { "name": "Harlan Wilton", @@ -22,7 +22,7 @@ "test": "set DEBUG=windicss* && jest --coverage", "lint": "eslint --fix --ext .ts,.js,.vue .", "release": "dotenv release-it --", - "dev:craco": "yarn build && cd example/craco && yarn start", + "dev:craco": "yarn build && cd example/craco && yarn start", "dev:svelte": "yarn build && cd example/svelte && yarn dev", "dev:next": "yarn build && cd example/next && yarn dev", "dev:nuxt": "yarn build && cd example/nuxt && yarn dev",