diff --git a/CHANGELOG.md b/CHANGELOG.md index acb6ff03..5300d24e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,36 @@ # Changelog +- - - + +## 0.13.0 (2016-06-01) +* Change $baseline to specify units as px +* Add a Travis build + +- - - + ## 0.12.5 (2016-05-06) * Revamp the Pattern Library documentation * Fix variable scoping bug using newer libsass versions +- - - + ## 0.12.4 (2016-04-08) * Added checks to edx-icons.js to ensure it loads with or without RequireJS +- - - + ## 0.12.3 (2016-04-07) * Fixed incorrect build settings for Modernizr +- - - + ## 0.12.2 (2016-04-07) * Added custom Modernizr build the the Gulp workflow * Updated Modernizr references to use the above * Removed unused Modernizr files +- - - + ## 0.12.1 (2016-04-02) * Rebuild the production assets diff --git a/bower.json b/bower.json index 1a4b4d21..6bbea3df 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "edx-pattern-library", - "version": "0.12.5", + "version": "0.13.0", "authors": [ "edX Pattern Library Team " ], diff --git a/package.json b/package.json index 6405baf3..0c09d7cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "edx-pattern-library", - "version": "0.12.5", + "version": "0.13.0", "author": "edX Pattern Library Team ", "license": "Apache-2.0", "description": "The (working) Visual, UI, and Front End Styleguide for edX Apps",