diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b0e00d..eeb18ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.0.7](https://github.com/fabric-design/scss/compare/1.0.6...1.0.7) (2018-03-28) + + +### Bug Fixes + +* **header:** wrong variable name with scss instead of css was in the file ([#97](https://github.com/fabric-design/scss/issues/97)) ([298724f](https://github.com/fabric-design/scss/commit/298724f)) + + + ## [1.0.6](https://github.com/fabric-design/scss/compare/1.0.5...1.0.6) (2017-11-23) diff --git a/package.json b/package.json index 5e84833..278f095 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fabric-scss", - "version": "1.0.6", + "version": "1.0.7", "description": "", "homepage": "https://fabric-design.github.io/styleguide/#/general/1-intro", "main": "README.md",