Skip to content

Commit

Permalink
chore: @putout/minify: v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Oct 28, 2023
1 parent e10afca commit 5a741b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2023.10.28, v2.6.0

feature:
- e10afca package: @putout/plugin-regexp v8.0.0
- 4d00faa package: @putout/printer v6.0.0
- 8b8d9e4 package: eslint-plugin-putout v21.0.1

2023.10.20, v2.5.0

feature:
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": "@putout/minify",
"version": "2.5.0",
"version": "2.6.0",
"type": "module",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "🐊Putout-based minifier",
Expand Down
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const nestedPlugin = (name) => [
const PUTOUT_NESTED_PLUGINS = [
'logical-expressions',
'new',
'regexp',
'remove-empty',
].flatMap(nestedPlugin);

Expand Down

0 comments on commit 5a741b5

Please sign in to comment.