From 4988f5428afd7ed313f1e5c5fcd3634df12eb6c7 Mon Sep 17 00:00:00 2001 From: aMarCruz Date: Tue, 22 Sep 2020 20:00:47 -0500 Subject: [PATCH] v3.2.1 --- CHANGELOG.md | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb8248e..e0b84eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # rollup-plugin-cleanup changes -## \[3.2.0] - 2020-09-22 +## \[3.2.1] - 2020-09-22 ### Changed diff --git a/README.md b/README.md index 144bd6a..640dc4f 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ const cleanedCode = jsCleanup(code, null, { comments: ['eslint', /^\*-/] }) ## What's New -Changes in v3.2.0 +Changes in v3.2.1 - Fixed #16 ? Thanks to @Aqours, @gevalo1 & @xania for repoting this issue - Using js-cleanup v1.2.0 and Rollup v2.0+ diff --git a/package.json b/package.json index 6f9a6b4..3426b1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-cleanup", - "version": "3.2.0", + "version": "3.2.1", "description": "Rollup plugin to trim trailing spaces, compact empty lines, and normalize line endings", "main": "dist/rollup-plugin-cleanup.js", "module": "dist/rollup-plugin-cleanup.es.js",