diff --git a/ChangeLog b/ChangeLog index 98b91127..3a802a52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023.06.01, v1.128.0 + +feature: +- 118671c @putout/printer: ArrowFunctionExpression: add ability to drop braces + 2023.06.01, v1.127.0 feature: diff --git a/package.json b/package.json index 0cb093ed..b6817e98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@putout/printer", - "version": "1.127.0", + "version": "1.128.0", "type": "commonjs", "author": "coderaiser (https://github.com/coderaiser)", "description": "Simplest possible opinionated Babel AST printer for 🐊Putout",