Skip to content

Commit ea0aa67

Browse files
jonathantnealromainmenke
authored andcommitted
4.0.0
1 parent ccd5279 commit ea0aa67

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

plugins/postcss-browser-comments/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Browser Comments
22

3+
### 4.0.0 (April 28, 2021)
4+
5+
- Updated: PostCSS 8 compatibility (major)
6+
37
### 3.0.0 (May 24, 2019)
48

59
- Updated: Node 8+ compatibility (major)

plugins/postcss-browser-comments/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ postcssBrowserComments({
102102
});
103103
```
104104

105-
[cli-img]: https://img.shields.io/travis/csstools/postcss-browser-comments/master.svg
105+
[cli-img]: https://img.shields.io/travis/csstools/postcss-browser-comments/main.svg
106106
[cli-url]: https://travis-ci.org/csstools/postcss-browser-comments
107107
[git-img]: https://img.shields.io/badge/support-chat-blue.svg
108108
[git-url]: https://gitter.im/postcss/postcss

plugins/postcss-browser-comments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-browser-comments",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Keep only the CSS you need based on comments and your browserslist",
55
"author": "Jonathan Neal <csstools@hotmail.com>",
66
"license": "CC0-1.0",

0 commit comments

Comments
 (0)