From 2edcfff7e22a1fef61fe4fbe33b87e232cd96a86 Mon Sep 17 00:00:00 2001 From: Varun A P Date: Wed, 25 Oct 2023 21:53:56 +0200 Subject: [PATCH] bump version v0.3.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97dfd02..98cde92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.2] - 2023-10-25 + +- Use `cross-spawn` for cross platform compatibility + ## [0.3.1] - 2023-10-24 - Update `purge` path to `content` key in tailwind config check diff --git a/package.json b/package.json index 2c275d2..f25c883 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-analysis", - "version": "0.3.1", + "version": "0.3.2", "description": "Analyse the TailwindCSS classes used in your application", "license": "MIT", "main": "dist/index.js",