diff --git a/CHANGELOG.md b/CHANGELOG.md index 56728bc..cbd0f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.2.0](https://github.com/bootstrap-styled/css-utils/compare/v1.1.4...v1.2.0) (2018-12-16) + + +### Bug Fixes + +* **rollup:** fix configuration rollup ([0b58d0f](https://github.com/bootstrap-styled/css-utils/commit/0b58d0f)) + + +### Features + +* **greenkeeper:** added greenkeeper and updated all deps ([67f6e3a](https://github.com/bootstrap-styled/css-utils/commit/67f6e3a)) + ## [1.1.4](https://github.com/bootstrap-styled/css-utils/compare/v1.1.3...v1.1.4) (2018-12-07) diff --git a/package.json b/package.json index 6a5b437..bc04bd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/css-utils", - "version": "1.1.4", + "version": "1.2.0", "description": "Bootstrap mixins and utilities in javascript for bootstrap-styled.", "main": "lib/index.js", "jsnext:main": "dist/@bootstrap-styled/css-utils.es.js",