diff --git a/ChangeLog b/ChangeLog index e09bb826..a715185c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023.12.01, v6.11.1 + +feature: +- 39e3a0c ArrayExpression: simplify + 2023.11.30, v6.11.0 feature: diff --git a/package.json b/package.json index 735e1c7e..0f40442b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@putout/printer", - "version": "6.11.0", + "version": "6.11.1", "type": "commonjs", "author": "coderaiser (https://github.com/coderaiser)", "description": "Simplest possible opinionated Babel AST printer for 🐊Putout",