From cc3de36d9602f4a30d7c4912e7cd4d0e74154ea7 Mon Sep 17 00:00:00 2001 From: Schalk Neethling Date: Sun, 13 Dec 2020 07:52:49 +0200 Subject: [PATCH 1/2] updated CHANGELOG.md [ci skip] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff05d41..57cb358e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +### [0.5.6](https://www.github.com/mdn/mdn-minimalist/compare/v0.5.5...v0.5.6) (2020-12-13) + + +### Bug Fixes + +* blockquote style ([1df65ee](https://www.github.com/mdn/mdn-minimalist/commit/1df65ee6688b4e7959996099fdb61e644ee0eafa)), closes [#363](https://www.github.com/mdn/mdn-minimalist/issues/363) +* inline notecards with missing icons ([d6164db](https://www.github.com/mdn/mdn-minimalist/commit/d6164db8c690c62ac26241bdaf6205a4780a57ff)), closes [#366](https://www.github.com/mdn/mdn-minimalist/issues/366) +* update pre element border color ([e7f94a8](https://www.github.com/mdn/mdn-minimalist/commit/e7f94a8dea6dae8695585724e142e1e7f40823ee)), closes [#365](https://www.github.com/mdn/mdn-minimalist/issues/365) +* update to properties table color ([37577e6](https://www.github.com/mdn/mdn-minimalist/commit/37577e624d073d74c26e09b12aed610f8695f0d4)), closes [#351](https://www.github.com/mdn/mdn-minimalist/issues/351) + ### [0.5.5](https://www.github.com/mdn/mdn-minimalist/compare/v0.5.4...v0.5.5) (2020-12-11) From 92520c78aff2e90d154d2d7c8a0a28f409bed9c1 Mon Sep 17 00:00:00 2001 From: Schalk Neethling Date: Sun, 13 Dec 2020 07:52:50 +0200 Subject: [PATCH 2/2] updated package.json [ci skip] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f5ca84e..4d626c68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/minimalist", - "version": "0.5.5", + "version": "0.5.6", "description": "The base Sass for Mozilla Developer based projects and products", "scripts": { "build": "webpack",