From b2ff678407a153ce3ed9beffe9c84f9ad93c965b Mon Sep 17 00:00:00 2001 From: Harlan Wilton Date: Mon, 5 Jul 2021 19:09:52 +1000 Subject: [PATCH] Release 1.2.4 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62aa473..f0bd169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ 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.2.4](https://github.com/windicss/webpack-windicss-plugin/compare/1.2.3...1.2.4) + +- chore(examples): add craco example [`358eb80`](https://github.com/windicss/webpack-windicss-plugin/commit/358eb800124b13390a70fd4599356a928ed63a08) +- chore(examples): update next.js version [`d3747b2`](https://github.com/windicss/webpack-windicss-plugin/commit/d3747b20937424b8b81a3011944f49c9322a7343) +- chore(examples): update the next.js example [`810fb30`](https://github.com/windicss/webpack-windicss-plugin/commit/810fb30284b1772e7c3d7f9af9a7d1cb09e9b1cd) + #### [1.2.3](https://github.com/windicss/webpack-windicss-plugin/compare/1.2.2...1.2.3) +> 5 July 2021 + - fix: force virtual module to regenerate in webpack 5, fixes #46 [`#46`](https://github.com/windicss/webpack-windicss-plugin/issues/46) +- Release 1.2.3 [`522d083`](https://github.com/windicss/webpack-windicss-plugin/commit/522d08368fef2ebbe94f0b56b356316dab2ce622) #### [1.2.2](https://github.com/windicss/webpack-windicss-plugin/compare/1.2.1...1.2.2) diff --git a/package.json b/package.json index 605e82a..a488e67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "windicss-webpack-plugin", - "version": "1.2.3", + "version": "1.2.4", "license": "MIT", "author": { "name": "Harlan Wilton",