Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarCruz committed Sep 23, 2020
1 parent 1a73496 commit 4988f54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rollup-plugin-cleanup changes

## \[3.2.0] - 2020-09-22
## \[3.2.1] - 2020-09-22

### Changed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4988f54

Please sign in to comment.