Skip to content

Commit

Permalink
chore(package) v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Feb 21, 2019
1 parent c1a4777 commit 2fe5177
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/putout/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2019.02.21, v4.2.1

fix:
- ((putout) read package.json if .putout.json not found: default match doesn't work without package.json dirname
- (eslint-plugin-putout) multiple-properties-destructuring: more then 1 -> more then 2 properties
- (@putout/eslint-config) rm object-property-newline

feature:
- (plugin-madrun) call-series -> call-run
- (eslint-plugin-putout) add suppport of multiple-properties-destructuring
- (eslint-config) add object-property-newline


2019.02.20, v4.2.0

feature:
Expand Down
2 changes: 1 addition & 1 deletion packages/putout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "putout",
"version": "4.2.0",
"version": "4.2.1",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "the pluggable code transformer",
"homepage": "http://github.com/coderaiser/putout",
Expand Down

0 comments on commit 2fe5177

Please sign in to comment.