Skip to content

Commit 315b8f2

Browse files
committed
Bump version to v0.1.2
1 parent d1413c5 commit 315b8f2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CSS Media Query Change History
22
==============================
33

4+
0.1.2 (2014-01-21)
5+
------------------
6+
7+
* Fixed issue with parsing media queries that do not have expressions. ([#5][])
8+
9+
10+
[#5]: https://github.com/ericf/css-mediaquery/issues/5
11+
12+
413
0.1.1 (2014-01-08)
514
------------------
615

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-mediaquery",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Parses and determines if a given CSS Media Query matches a set of values.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)