diff --git a/ChangeLog b/ChangeLog index 04a184fe..c43d545d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023.06.05, v1.137.1 + +feature: +- c640dfb @putout/printer: NewExpression: drop useless indent + 2023.06.05, v1.137.0 feature: diff --git a/package.json b/package.json index a26ade20..f59bca57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@putout/printer", - "version": "1.137.0", + "version": "1.137.1", "type": "commonjs", "author": "coderaiser (https://github.com/coderaiser)", "description": "Simplest possible opinionated Babel AST printer for 🐊Putout",