Skip to content

Commit 4988f54

Browse files
author
aMarCruz
committed
v3.2.1
1 parent 1a73496 commit 4988f54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rollup-plugin-cleanup changes
22

3-
## \[3.2.0] - 2020-09-22
3+
## \[3.2.1] - 2020-09-22
44

55
### Changed
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const cleanedCode = jsCleanup(code, null, { comments: ['eslint', /^\*-/] })
121121

122122
## What's New
123123

124-
Changes in v3.2.0
124+
Changes in v3.2.1
125125

126126
- Fixed #16 ? Thanks to @Aqours, @gevalo1 & @xania for repoting this issue
127127
- Using js-cleanup v1.2.0 and Rollup v2.0+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-cleanup",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Rollup plugin to trim trailing spaces, compact empty lines, and normalize line endings",
55
"main": "dist/rollup-plugin-cleanup.js",
66
"module": "dist/rollup-plugin-cleanup.es.js",

0 commit comments

Comments
 (0)