Skip to content

Commit 97c9af0

Browse files
author
壹丝
committed
doc: v5.0.0
1 parent c6be784 commit 97c9af0

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,44 @@
1-
# 4.0.0 2017-09-17
1+
# Change Log
2+
3+
This project adheres to [Semantic Versioning](https://semver.org/).
4+
## 5.0.0 2021-01-12
5+
6+
- Updated: Support for PostCSS v8+
7+
- Updated: Support for Node v10+
8+
9+
## 4.0.0 2017-09-17
210

311
- Updated: Support for PostCSS v7+
412
- Updated: Support for Node v6+
513

6-
# 3.0.0 2017-05-10
14+
## 3.0.0 2017-05-10
715

816
Change: Use PostCSS 6 API.
917

10-
# 2.1.2 2016-04-01
18+
## 2.1.2 2016-04-01
1119

1220
Fix: incorrect output when using both > and >= (or similar).(#12)
1321

14-
# 2.1.1 2015-11-26
22+
## 2.1.1 2015-11-26
1523

1624
Fix: Pixels rounding errors in fractional pixels media queries.
1725

18-
# 2.1.0 2015-09-08
26+
## 2.1.0 2015-09-08
1927

2028
Add: Support for `<` and `>` without `=`.
2129

22-
# 2.0.0 2015-09-05
30+
## 2.0.0 2015-09-05
2331

2432
Change: Use PostCSS 5.0 API.
2533

26-
# 1.2.0 2015-07-06
34+
## 1.2.0 2015-07-06
2735

2836
Change: Use PostCSS 4.1 plugin API.
2937

30-
# 1.1.0 2014-12-15
38+
## 1.1.0 2014-12-15
3139

3240
Add: `( 300px <= width <= 900px)` or `( 900px >= width >= 300px)` syntax.
3341

34-
# 1.0.0
42+
## 1.0.0
3543

3644
The first release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-media-minmax",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.",
55
"scripts": {
66
"test": "tape test",

0 commit comments

Comments
 (0)