Skip to content

Commit 4b70073

Browse files
committed
3.0.0
1 parent 2b7afe6 commit 4b70073

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased][]
44

5+
## [3.0.0][] - 2020-10-07
6+
57
### Added
68

79
- Support for PostCSS 8
10+
11+
[unreleased]:
12+
https://github.com/niksy/postcss-em-media-query/compare/v3.0.0...HEAD
13+
[3.0.0]: https://github.com/niksy/postcss-em-media-query/tree/v3.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-em-media-query",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "PostCSS plugin for transforming min/max-width/height media queries to ems.",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",

0 commit comments

Comments
 (0)