Skip to content
This repository was archived by the owner on Jul 25, 2021. It is now read-only.

Commit d8d098e

Browse files
committed
Bump version 3.0.7
1 parent 14fb1c8 commit d8d098e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 3.0.7
4+
* Added warning for known bug in Libsass 3.2.3 / 3.2.4 that makes Modernizr mixin output incorrect selectors. Learn more at https://github.com/danielguillan/modernizr-mixin/issues/24
5+
36
## 3.0.6
47
* Support for Eyeglass.
58

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modernizr-mixin",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"main": "modernizr.scss",
55
"author": "Daniel Guillan",
66
"ignore": ["*","!stylesheets/_modernizr.scss"]

lib/modernizr-mixin.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
Compass::Frameworks.register('modernizr-mixin', :path => extension_path)
44

55
module ModernizrMixin
6-
VERSION = "3.0.6"
7-
DATE = "2015-06-02"
6+
VERSION = "3.0.7"
7+
DATE = "2015-06-12"
88
end

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modernizr-mixin",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "A simple way for DRYier, faster and cleaner Modernizr tests in Sass.",
55
"license": "MIT",
66
"main": "eyeglass-exports.js",

0 commit comments

Comments
 (0)