diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b1eb11..297bbb8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [3.2.5](https://github.com/ikcb/animated-tailwindcss/compare/v3.2.4...v3.2.5) (2022-02-13) + +### Bug Fixes + +- mark files as side-effect free ([05df34e](https://github.com/ikcb/animated-tailwindcss/commit/05df34e5166e2321190ae8d6078c45be8183c108)) + ### [3.2.4](https://github.com/ikcb/animated-tailwindcss/compare/v3.2.3...v3.2.4) (2022-02-12) ### [3.2.3](https://github.com/ikcb/animated-tailwindcss/compare/v3.2.2...v3.2.3) (2022-02-09) diff --git a/package-dist.json b/package-dist.json index 1108e47c..51a3ff20 100644 --- a/package-dist.json +++ b/package-dist.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "animated-tailwindcss", - "version": "3.2.4", + "version": "3.2.5", "description": "A configuration to use Animate.css with Tailwind CSS", "license": "MIT", "author": "Divyansh Singh (https://github.com/brc-dd)",