From 5779e73330df64df91f3ddcb651a0a2c675fdb13 Mon Sep 17 00:00:00 2001 From: spartdev Date: Wed, 21 Aug 2019 14:08:05 +0200 Subject: [PATCH] release v4.6.0 See https://github.com/tillersystems/Stardust/blob/master/CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaac8ece..7c7bbcc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [4.6.0](https://github.com/tillersystems/Stardust/compare/v4.5.0...v4.6.0) (2019-08-21) + +### Bug Fixes + +- **Card:** makes overflowing content visible ([#706](https://github.com/tillersystems/Stardust/issues/706)) ([002cd87](https://github.com/tillersystems/Stardust/commit/002cd87)) + +### Features + +- **Icon:** add check-circle icon ([#711](https://github.com/tillersystems/Stardust/issues/711)) ([dd3d491](https://github.com/tillersystems/Stardust/commit/dd3d491)) + # [4.5.0](https://github.com/tillersystems/Stardust/compare/v4.4.1...v4.5.0) (2019-08-08) ### Features diff --git a/package.json b/package.json index 97c2dcd4..d153e572 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tillersystems/stardust", - "version": "4.5.0", + "version": "4.6.0", "description": "Tiller Design System", "author": { "name": "Tillersystems",