From 47c1482faca6b9b77c226281e5aaed7e507c3104 Mon Sep 17 00:00:00 2001 From: Ananto Ghosh Date: Tue, 27 Aug 2019 14:44:52 +0530 Subject: [PATCH] Release 4.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be3c39e..2cbe5c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.1](https://github.com/anantoghosh/gatsby-plugin-purgecss/compare/4.0.0...4.0.1) (2019-08-27) + + +### Bug Fixes + +* Add `md` and `mdx` extension to the tailwind extractor ([ba2d81e](https://github.com/anantoghosh/gatsby-plugin-purgecss/commit/ba2d81e)) + # [4.0.0](https://github.com/anantoghosh/gatsby-plugin-purgecss/compare/3.1.1...4.0.0) (2019-05-16) ### Build System diff --git a/package.json b/package.json index 1ba2196f..30b239b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-purgecss", "description": "Gatsby plugin for purgecss. Removes unused css/sass/less/stylus from files and modules. Supports Tailwindcss, Bootstrap, Bulma etc.", - "version": "4.0.0", + "version": "4.0.1", "main": "index.js", "license": "MIT", "author": "Ananto Ghosh",