diff --git a/ChangeLog b/ChangeLog index 2117265e..2d98ad59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023.10.24, v5.35.1 + +feature: +- 689ec53 @putout/printer: TSTypeAliasDeclaration: simplify + 2023.10.24, v5.35.0 feature: diff --git a/package.json b/package.json index c2a1f2c0..2a0238b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@putout/printer", - "version": "5.35.0", + "version": "5.35.1", "type": "commonjs", "author": "coderaiser (https://github.com/coderaiser)", "description": "Simplest possible opinionated Babel AST printer for 🐊Putout",