diff --git a/CHANGELOG.md b/CHANGELOG.md index c907fef84..f60ec3015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change history for stripes-core +## [2.15.2](https://github.com/folio-org/stripes-core/tree/v2.15.2) (2018-10-04) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v2.15.1...v2.15.2) + +* Prevent mirage from auto-loading fixtures +* Update CSS vars to kebab-case + ## [2.15.1](https://github.com/folio-org/stripes-core/tree/v2.15.1) (2018-10-03) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v2.15.0...v2.15.1) diff --git a/package.json b/package.json index 61bff543d..b11b68f7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "2.15.1", + "version": "2.15.2", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",