From 9df6b4d26607fa65f1cda347bb1a2d548bba7afc Mon Sep 17 00:00:00 2001 From: vendelal Date: Thu, 19 Sep 2019 09:52:32 -0400 Subject: [PATCH] v0.5.0 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be1e752..19ab76d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,17 @@ project adheres to [Semantic Versioning](http://semver.org). Nothing at the moment. -[unreleased]: https://github.com/thoughtbot/design-system/compare/v0.4.0...HEAD +[unreleased]: https://github.com/thoughtbot/design-system/compare/v0.5.0...HEAD + +## [0.5.0] - 2019-09-19 + +### Added + +- Added a Badge component +- Added a Skip link component +- Added support for media in inverted color mode + +[0.5.0]: https://github.com/thoughtbot/design-system/compare/v0.4.0...v0.5.0 ## [0.4.0] - 2019-09-09 diff --git a/package.json b/package.json index a423b92..7fd2139 100644 --- a/package.json +++ b/package.json @@ -14,5 +14,5 @@ "scripts": { "stylelint": "npx stylelint 'src/**/*.scss'" }, - "version": "0.4.0" + "version": "0.5.0" }