Skip to content

Commit

Permalink
Bump to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdamevin committed Apr 4, 2015
1 parent 314d790 commit 27b55a2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## 2.1.0

* Mixins:
* ``font-face`` add WOFF2 and news formats option *([#17](https://github.com/agenceepsilon/sass-mercury/issues/17))*
* ``gradient`` change prefixes option
* ``selection`` change prefixes option
* ``retina`` clean code

## 2.0.3

* ``bower.json`` update
Expand Down
2 changes: 1 addition & 1 deletion _mercury.scss
@@ -1,7 +1,7 @@
// ============================================================================================= //
// Project: Mercury
//
// Version: 2.0.3
// Version: 2.1.0
//
// Author: Boris DAMEVIN
// GitHub: https://github.com/agenceepsilon/sass-mercury
Expand Down
11 changes: 5 additions & 6 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "sass-mercury",
"version": "2.0.3",
"version": "2.1.0",
"description": "Mercury - Sass mixins & functions library!",
"main": [
"_helpers.scss",
Expand All @@ -20,14 +20,13 @@
],
"ignore": [
"*.md",
".gitignore",
"README.md"
".gitignore"
],
"keywords": [
"mercury",
"sass",
"functions",
"library",
"mercury",
"mixins",
"functions"
"sass"
]
}

0 comments on commit 27b55a2

Please sign in to comment.