diff --git a/CHANGELOG.md b/CHANGELOG.md index d2358af..0109c61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ ### Fixed +## [2.0.3] - 2021-06-16 + +### Fixed + - Firefox not correctly applying inheritance to each element of a monospaced class ([@ArnaudWeyts](https://github.com/ArnaudWeyts) in [#18]) ## [2.0.2] - 2021-06-03 diff --git a/package.json b/package.json index 6a91ea0..862cd39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teamleader/ui-typography", "private": false, - "version": "2.0.2", + "version": "2.0.3", "description": "Teamleader UI typography", "main": "index.css", "repository": {