Skip to content

Commit

Permalink
Bump to version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdamevin committed Oct 7, 2018
1 parent 2ed9fc8 commit bcd759e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 2.1.6

* Add ``.otf`` font format. (#19)

## 2.1.5

* Add ``sache.json`` for Sache.in manager.
Expand Down
2 changes: 1 addition & 1 deletion _mercury.scss
@@ -1,7 +1,7 @@
// ============================================================================================= //
// Project: Mercury
//
// Version: 2.1.5
// Version: 2.1.6
//
// Author: Boris DAMEVIN
// GitHub: https://github.com/agenceepsilon/sass-mercury
Expand Down
14 changes: 2 additions & 12 deletions package.json
@@ -1,20 +1,10 @@
{
"name": "sass-mercury",
"version": "2.1.5",
"version": "2.1.6",
"description": "Mercury - Sass mixins & functions library!",
"main": [
"_helpers.scss",
"_mercury.scss",
"functions/_em.scss",
"functions/_rem.scss",
"mixins/_breakpoint.scss",
"mixins/_font-face.scss",
"mixins/_gradient.scss",
"mixins/_grid.scss",
"mixins/_opacity.scss",
"mixins/_rem-size.scss",
"mixins/_retina.scss",
"mixins/_selection.scss"
"_mercury.scss"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit bcd759e

Please sign in to comment.