From 522d08368fef2ebbe94f0b56b356316dab2ce622 Mon Sep 17 00:00:00 2001 From: Harlan Wilton Date: Mon, 5 Jul 2021 17:07:39 +1000 Subject: [PATCH] Release 1.2.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f44455d..62aa473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +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.2.3](https://github.com/windicss/webpack-windicss-plugin/compare/1.2.2...1.2.3) + +- fix: force virtual module to regenerate in webpack 5, fixes #46 [`#46`](https://github.com/windicss/webpack-windicss-plugin/issues/46) + #### [1.2.2](https://github.com/windicss/webpack-windicss-plugin/compare/1.2.1...1.2.2) +> 2 July 2021 + - feat: resuse existing utils [`#83`](https://github.com/windicss/webpack-windicss-plugin/pull/83) - chore(dependencies): bump windicss & plugin utils [`24fe9a5`](https://github.com/windicss/webpack-windicss-plugin/commit/24fe9a596ab68ad9f1452f2036fc9ce066822f98) +- Release 1.2.2 [`1d23a04`](https://github.com/windicss/webpack-windicss-plugin/commit/1d23a0476ec68c119dbc90a939a4756d995a8e2c) #### [1.2.1](https://github.com/windicss/webpack-windicss-plugin/compare/1.2.0...1.2.1) diff --git a/package.json b/package.json index 163149d..605e82a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "windicss-webpack-plugin", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "author": { "name": "Harlan Wilton",