From 7f5c82f5408caf93ba2d4d605670582acacb5c9c Mon Sep 17 00:00:00 2001 From: Kyle Peatt Date: Wed, 20 Aug 2014 12:46:38 -0700 Subject: [PATCH] Bump version number to 0.4.0 --- CHANGELOG | 8 ++++++-- bower.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b06158c..877847d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,14 @@ +0.4.0 + - Rename `icon-font-content` function to `icon-address`. + - Add a `cache-buster` function to generate a cache-busting string at the end of a URL. + - Include `cache-buster` in the `icon-font` mixin as an optional flag. 0.3.1 - Fix syntax error with `ellipsis` mixin. - Remove `no-wrap` option from `ellipsis` mixin. - Re-add missing `change-br` mixin to the Spline import file. 0.3.0 - Split the old `icon-font` mixin into discrete files. - - Add a new `web-font` mixin to make including web fonts easier. + - Add a new `web-font` mixin to make including web fonts easier. 0.2.2 - `tap-highlight` mixin no longer relies on the non-existent `$margin` variable. - `clearfix` mixin now acts more consistently with how `overflow: hidden` works. @@ -17,4 +21,4 @@ 0.1.0 - Initial release -For a more detailed changelog, see: https://github.com/mobify/spline/releases \ No newline at end of file +For a more detailed changelog, see: https://github.com/mobify/spline/releases diff --git a/bower.json b/bower.json index 955e4e3..3c0d4c9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "spline", - "version": "0.3.1", + "version": "0.4.0", "homepage": "https://github.com/mobify/spline", "authors": [ "Mobify", diff --git a/package.json b/package.json index d6acdf8..3f2e839 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spline", - "version": "0.3.1", + "version": "0.4.0", "description": "A set of Sass utility mixins for Mobify's client services team", "main": "dist/_spline.scss", "scripts": {