diff --git a/CHANGELOG.md b/CHANGELOG.md index 408d5726..f8f3bbf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.0.3](https://www.github.com/mdn/mdn-minimalist/compare/v2.0.2...v2.0.3) (2021-10-20) + + +### Bug Fixes + +* update readme ([d9ec619](https://www.github.com/mdn/mdn-minimalist/commit/d9ec61950f856600398e48358eeb0acccf952d80)) + ### [2.0.2](https://www.github.com/mdn/mdn-minimalist/compare/v2.0.1...v2.0.2) (2021-07-14) diff --git a/package.json b/package.json index 62d09e1a..6d46cc4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/minimalist", - "version": "2.0.2", + "version": "2.0.3", "description": "The base Sass for Mozilla Developer based projects and products", "scripts": { "build": "webpack",