Skip to content

Commit 7bf783e

Browse files
committed
0.6.2
1 parent 285ab94 commit 7bf783e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.6.2 - 2016-04-08
2+
3+
- Fixed: missing multiplication operator in some calc() declarations
4+
[#13](https://github.com/cssrecipes/utils/pull/13)
5+
16
# 0.6.1 - 2016-03-09
27

38
- fixed `%` missed
@@ -32,7 +37,7 @@
3237

3338
# 0.2.0 - 2014-10-29
3439

35-
- add .cssr-*--XofX (where X === X)
40+
- add ``.cssr-*--XofX`` (where X === X)
3641
- cssrecipes-custom-media-queries is now a peer dep (+ update to 0.2)
3742

3843
# 0.1.0 - 2014-10-24

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssrecipes-utils",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Some generic, semantic, responsives CSS utilities",
55
"keywords": [
66
"browser",

0 commit comments

Comments
 (0)