Skip to content

Commit b701fa6

Browse files
committed
3.0.0
1 parent 0206644 commit b701fa6

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.0.0 - 2017-05-11
2+
3+
- Added: compatibility with postcss v6.x
4+
15
# 2.0.5 - 2016-09-13
26

37
- Fixed: another regression of 2.0.2

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Maxime Thirouin
3+
Copyright (c) 2017 Maxime Thirouin
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-selector-matches",
3-
"version": "2.0.5",
3+
"version": "3.0.0",
44
"description": "PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS selectors",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)