From f8bbe15121989658af07a246915fca0184f0bb6a Mon Sep 17 00:00:00 2001 From: Jon Ambas Date: Mon, 24 Jan 2022 14:11:13 -0500 Subject: [PATCH] Update changelog.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00c46e863..19bdcd412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ +## 7.0.2 (2022-01-24) + +#### Bug Fixes +* `design-tokens` + * [#1054](https://github.com/SparkPost/matchbox/pull/1054) UX-771 Fix design token scss import ([@jonambas](https://github.com/jonambas)) + +#### Infrastructure +* `matchbox-css` + * [#1053](https://github.com/SparkPost/matchbox/pull/1053) add main declaration for matchbox-css package.json ([@logansparlin](https://github.com/logansparlin)) + +#### Committers: 2 +- Jon Ambas ([@jonambas](https://github.com/jonambas)) +- Logan Sparlin ([@logansparlin](https://github.com/logansparlin)) + + ## 7.0.1 (2022-01-07) #### Infrastructure