diff --git a/CHANGELOG.md b/CHANGELOG.md index af76ff4d..cdf8eaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.8.1](https://www.github.com/mdn/mdn-minimalist/compare/v0.8.0...v0.8.1) (2021-04-15) + + +### Bug Fixes + +* set min-width on first-child table columns ([dc60f2c](https://www.github.com/mdn/mdn-minimalist/commit/dc60f2c1ba7a195c23b3fb7ada8f76564ab07818)) + ## [0.8.0](https://www.github.com/mdn/mdn-minimalist/compare/v0.7.4...v0.8.0) (2021-03-26) diff --git a/package.json b/package.json index 87fa8417..71228fa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/minimalist", - "version": "0.8.0", + "version": "0.8.1", "description": "The base Sass for Mozilla Developer based projects and products", "scripts": { "build": "webpack",