Skip to content

Commit 51a53e0

Browse files
committed
2.0.0-beta.2
1 parent dd7027c commit 51a53e0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 2.0.0-beta.2 (April 1, 2021)
4+
5+
Release candidate N2.2:
6+
7+
* Support new process assets in webpack 5 [#24](https://github.com/zoobestik/csso-webpack-plugin/issues/24) (posted by [@dotnetshadow](https://github.com/dotnetshadow))
8+
* Fix types for Webpack Plugin [#18](https://github.com/zoobestik/csso-webpack-plugin/issues/18) (fixed by [Mikhail Bodrov](https://github.com/Connormiha))
9+
310
## 2.0.0-beta.1 (December 12, 2019)
411

512
Release candidate N2.1:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csso-webpack-plugin",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"author": "zoobestik <kb.chernenko@gmail.com>",
55
"description": "CSSO minification files to serve your webpack bundles",
66
"homepage": "https://github.com/zoobestik/csso-webpack-plugin",

0 commit comments

Comments
 (0)