diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e919a..133a592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.5.5](https://github.com/windicss/windicss-webpack-plugin/compare/1.5.4...1.5.5) + +- fix: make sure windiService is available, rename service [`b4eeeca`](https://github.com/windicss/windicss-webpack-plugin/commit/b4eeecad9d79ad2521f34e2d803aef0601a4af5e) + #### [1.5.4](https://github.com/windicss/windicss-webpack-plugin/compare/1.5.3...1.5.4) +> 28 October 2021 + - chore: changing syntax for node 12.x support [`0d2aa6e`](https://github.com/windicss/windicss-webpack-plugin/commit/0d2aa6e2b54301f3f2ed342f69bcd492b16fcae9) +- Release 1.5.4 [`b8c6667`](https://github.com/windicss/windicss-webpack-plugin/commit/b8c6667bc0141f801c14e0c56e9ec7a1c60f2275) - chore: upgrade windi 3.2.0 [`02d22df`](https://github.com/windicss/windicss-webpack-plugin/commit/02d22df1cdd1d44550ff22addbe5aeb8e5332026) #### [1.5.3](https://github.com/windicss/windicss-webpack-plugin/compare/1.5.2...1.5.3) diff --git a/package.json b/package.json index 45bd70b..7ec211e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "windicss-webpack-plugin", - "version": "1.5.4", + "version": "1.5.5", "license": "MIT", "author": { "name": "Harlan Wilton",