diff --git a/CHANGELOG.md b/CHANGELOG.md index 7529eda..5d3afc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 10.0.1 +* Fixed `.cjs` mixin support (by @pridyok). +* Fixed `.mjs` mixin support. + ## 10.0.0 * Added `single-arg()` support (by @pciarach). * Removed Node.js 16 and 14 support. diff --git a/package.json b/package.json index 15472d3..e3bc8bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-mixins", - "version": "10.0.0", + "version": "10.0.1", "description": "PostCSS plugin for mixins", "keywords": [ "postcss",