diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa4ded..37e016b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [Version 0.7.9](https://github.com/blackmirror1980/flavor-scss/releases/tag/v0.7.9) (2018-4-27) + +### Bug fixes + +- fixed display inline-block auto reset: [`e8c4eaf`](https://github.com/blackmirror1980/flavor-scss/commit/e8c4eaf) + +[...full changes](https://github.com/blackmirror1980/flavor-scss/compare/v0.7.8...v0.7.9) + ## [Version 0.7.8](https://github.com/blackmirror1980/flavor-scss/releases/tag/v0.7.8) (2018-4-27) ### Bug fixes diff --git a/package.json b/package.json index 2258520..f052574 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flavor-scss", - "version": "0.7.8", + "version": "0.7.9", "description": "Flavor SCSS, bourbon.io based mixins & helpers", "main": "scss/flavor.scss", "scripts": {