Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Commit c9192e5

Browse files
committed
6.0.0
1 parent 20c908d commit c9192e5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 6.0.0 - 2017-05-12
2+
3+
- Added: compatibility with postcss v6.x
4+
15
# 5.0.1 - 2016-02-03
26

37
- Fixed: circular dependencies are properly detected

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Maxime Thirouin & Nicolas Gallagher
3+
Copyright (c) 2017 Maxime Thirouin & Nicolas Gallagher
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-custom-media",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
44
"description": "PostCSS plugin to transform W3C CSS Custom Media Queries to more compatible CSS",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)