diff --git a/CHANGELOG.md b/CHANGELOG.md index 116483e..1024772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,18 @@ All notable changes to this project will be documented in this file. + +# 7.25.0 (2017-09-19) + + +### Features + +* **components:** add border vars for collapsible-basic component. ([43b1c15](https://github.com/SUI-Components/theme-basic/commit/43b1c15)) + + + -# 7.24.0 (2017-09-19) +# [7.24.0](https://github.com/SUI-Components/theme-basic/compare/v7.23.0...7.24.0) (2017-09-19) ### Features diff --git a/package.json b/package.json index 10e23eb..a1e594f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schibstedspain/theme-basic", - "version": "7.24.0", + "version": "7.25.0", "description": "Generic theme to add styles to all generic components", "main": "lib/index.scss", "scripts": {