diff --git a/ChangeLog b/ChangeLog index 133e2ced..84d6e7e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023.07.07, v2.55.0 + +feature: +- 0c2a787 @putout/printer: ForOfStatement: await + 2023.07.06, v2.54.0 feature: diff --git a/package.json b/package.json index 052c2bc7..42976987 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@putout/printer", - "version": "2.54.0", + "version": "2.55.0", "type": "commonjs", "author": "coderaiser (https://github.com/coderaiser)", "description": "Simplest possible opinionated Babel AST printer for 🐊Putout",