We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae0734 commit 79b7c85Copy full SHA for 79b7c85
HISTORY.md
@@ -1,6 +1,12 @@
1
CSS Media Query Change History
2
==============================
3
4
+0.1.1 (2014-01-08)
5
+------------------
6
+
7
+* Added docs to README for `parse()`.
8
9
10
0.1.0 (2014-01-08)
11
------------------
12
package.json
@@ -1,6 +1,6 @@
{
"name": "css-mediaquery",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Parses and determines if a given CSS Media Query matches a set of values.",
"main": "index.js",
"scripts": {
0 commit comments