diff --git a/ChangeLog b/ChangeLog index f4c10112..136b83cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023.06.01, v1.124.0 + +feature: +- 5ba936a @putout/printer: ForInStatement: spaces + 2023.05.31, v1.123.0 feature: diff --git a/package.json b/package.json index 94abc406..6eecf960 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@putout/printer", - "version": "1.123.0", + "version": "1.124.0", "type": "commonjs", "author": "coderaiser (https://github.com/coderaiser)", "description": "Simplest possible opinionated Babel AST printer for 🐊Putout",