Skip to content

Commit

Permalink
chore: @putout/minify: v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 27, 2023
1 parent a959154 commit 3a5dac1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .madrun.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ const env = {};
export default {
'wisdom': () => run([
'lint',
'coverage',
'build',
'test',
'minify',
]),
'test': () => [env, `tape 'lib/**/*.spec.js' test/*.js 'rules/**/*.spec.js'`],
'test': () => [env, `tape 'lib/**/*.spec.js' 'test/*.js'`],
'watch:test': async () => [env, `nodemon -w lib -w test -x ${await cutEnv('test')}`],
'lint': () => `putout .`,
'fresh:lint': () => run('lint', '--fresh'),
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2023.09.27, v2.2.2

feature:
- a959154 package: @putout/printer v5.12.0
- 27afc84 package: eslint-plugin-putout v20.0.0

2023.09.15, v2.2.1

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.2.1",
"version": "2.2.2",
"type": "module",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "🐊Putout-based minifier",
Expand Down

0 comments on commit 3a5dac1

Please sign in to comment.