From cb4bad095f818eaebf26a9325126b559c96dcb29 Mon Sep 17 00:00:00 2001 From: Matthias Zaunseder Date: Sun, 30 Jun 2024 16:31:07 +0200 Subject: [PATCH] Version 2.0.3 --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f030eb5..a7d05a5 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,8 @@ When writing unit tests, perform the following: ## Release History +- 2.0.3: Switch from chalk to yoctocolors for smaller install size (2024-06-30) +- 2.0.2: Build system switch from Rollup to [tsup](https://tsup.egoist.dev/) (2024-06-24) - 2.0.0: Complete rewrite in TypeScript and update of all dependencies (to their latest CJS versions. ESM is not supported by Grunt) (2024-06-20) **BREAKING CHANGES:** - `failOnError` option is now `true` by default diff --git a/package.json b/package.json index b3f87a5..a0d032f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-pngmin", "description": "Grunt plugin to compress png images with pngquant.", - "version": "2.0.2", + "version": "2.0.3", "type": "module", "scripts": { "build": "tsup",