diff --git a/ChangeLog b/ChangeLog index ba17c28f..21e6be37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023.06.07, v1.144.0 + +feature: +- 1a0881b @putout/printer: semantics: add +- 21298d2 @putout/printer: add ability to configurate semantics + 2023.06.07, v1.143.0 feature: diff --git a/package.json b/package.json index 2996386e..cf64866f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@putout/printer", - "version": "1.143.0", + "version": "1.144.0", "type": "commonjs", "author": "coderaiser (https://github.com/coderaiser)", "description": "Simplest possible opinionated Babel AST printer for 🐊Putout",