Skip to content

Commit 7361466

Browse files
committed
5.0.1
1 parent e6d81c8 commit 7361466

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.1 (April 5, 2021)
2+
3+
- Fixed order of compression processing to perform when everything else is finished (@onigoetz, #20)
4+
15
## 5.0.0 (October 5, 2020)
26

37
- Migrated to `postcss@^8.0.0`, dropped support for earlier versions

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-csso",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "PostCSS plugin to minify CSS using CSSO",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)